* target.c (generic_mourn_inferior): Notify GUI that inferior is gone
by calling detach_hook, if defined.
+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.
+
2000-10-24 Kevin Buettner <kevinb@redhat.com>
* coffread.c (coff_end_symtab): When calling end_symtab(),
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 ();
}
\f
/* This table must match in order and size the signals in enum target_signal