Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
+ * Remote targets (mourn): Call unpush_target.
+
* config/sparc/xm-sun4os4.h: Declare free() to return int.
Remove twisted use of PARAMS.
eb_mourn_inferior ()
{
remove_breakpoints ();
+ unpush_target (&eb_ops);
generic_mourn_inferior (); /* Do all the proper things now */
}
/* Define the target subroutine names */
hms_mourn ()
{
hms_clear_breakpoints ();
+ unpush_target (&hms_ops);
generic_mourn_inferior ();
}
static void
mips_mourn_inferior ()
{
+ unpush_target (&mips_ops);
generic_mourn_inferior ();
}
\f
nindy_mourn_inferior ()
{
remove_breakpoints ();
+ unpush_target (&nindy_ops);
generic_mourn_inferior (); /* Do all the proper things now */
}
\f
st2000_mourn_inferior ()
{
remove_breakpoints ();
+ unpush_target (&st2000_ops);
generic_mourn_inferior (); /* Do all the proper things now */
}
sim_mourn ()
{
sim_clear_breakpoints ();
+ unpush_target (&sim_ops);
generic_mourn_inferior ();
}