aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-03-01 11:25:51 +0000
committerAndrew Cagney <cagney@redhat.com>2000-03-01 11:25:51 +0000
commit75660bc0729c1d3ede5c3585c313d41313ff77bb (patch)
tree2e6ee1c37b7ba12e9f584387947d88e618e8c63a /gdb/remote-sim.c
parent15db4a06e076a1345c55c9927606728cb0eb01e3 (diff)
downloadgdb-75660bc0729c1d3ede5c3585c313d41313ff77bb.zip
gdb-75660bc0729c1d3ede5c3585c313d41313ff77bb.tar.gz
gdb-75660bc0729c1d3ede5c3585c313d41313ff77bb.tar.bz2
From Fernando: call generic_mourn_inferior() when closing rdi and sim
targets.
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r--gdb/remote-sim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c
index 109d01d..dd231ad 100644
--- a/gdb/remote-sim.c
+++ b/gdb/remote-sim.c
@@ -560,6 +560,7 @@ gdbsim_close (quitting)
}
end_callbacks ();
+ generic_mourn_inferior ();
}
/* Takes a program previously attached to and detaches it.