summaryrefslogtreecommitdiff
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
commit2ca165e136054c086bf4814e39cd1e6864e16a25 (patch)
treecfe810c1feb3b0ed065eedb2cdf43b295742c67c /gdb/remote-sim.c
parent22685dc33351130b7cd037fbcb156a727b7eecc8 (diff)
downloadgdb-2ca165e136054c086bf4814e39cd1e6864e16a25.tar.gz
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 109d01d9773..dd231ad3ca6 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.