2000-10-25 Fernando Nasser <fnasser@cygnus.com>
* target.c (generic_mourn_inferior): Notify GUI that inferior is gone by calling detach_hook, if defined.
This commit is contained in:
parent
cce0cbdcd7
commit
c5b739b50d
2 changed files with 8 additions and 0 deletions
|
@ -1335,6 +1335,9 @@ generic_mourn_inferior (void)
|
|||
using hit counts. So don't clear them if we're counting hits. */
|
||||
if (!show_breakpoint_hit_counts)
|
||||
breakpoint_clear_ignore_counts ();
|
||||
|
||||
if (detach_hook)
|
||||
detach_hook ();
|
||||
}
|
||||
|
||||
/* This table must match in order and size the signals in enum target_signal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue