From Fernando: call generic_mourn_inferior() when closing rdi and sim

targets.
This commit is contained in:
Andrew Cagney 2000-03-01 11:25:51 +00:00
parent 15db4a06e0
commit 75660bc072
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Wed Mar 1 22:12:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
From Wed 23 Feb 2000 Fernando Nasser <fnasser@redhat.com>:
* remote-sim.c (gdbsim_close): Call generic_mourn_inferior.
* remote-rdi.c (arm_rdi_close): Ditto.
Wed Mar 1 19:31:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
* CONTRIBUTE (configure.in): Note that patches to configure are

View File

@ -462,6 +462,7 @@ arm_rdi_close (quitting)
closed_already = 1;
inferior_pid = 0;
Adp_CloseDevice ();
generic_mourn_inferior ();
}
}

View File

@ -560,6 +560,7 @@ gdbsim_close (quitting)
}
end_callbacks ();
generic_mourn_inferior ();
}
/* Takes a program previously attached to and detaches it.