aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-rdi.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-rdi.c
parent15db4a06e076a1345c55c9927606728cb0eb01e3 (diff)
downloadfsf-binutils-gdb-75660bc0729c1d3ede5c3585c313d41313ff77bb.zip
fsf-binutils-gdb-75660bc0729c1d3ede5c3585c313d41313ff77bb.tar.gz
fsf-binutils-gdb-75660bc0729c1d3ede5c3585c313d41313ff77bb.tar.bz2
From Fernando: call generic_mourn_inferior() when closing rdi and sim
targets.
Diffstat (limited to 'gdb/remote-rdi.c')
-rw-r--r--gdb/remote-rdi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-rdi.c b/gdb/remote-rdi.c
index b432515..eff85ad 100644
--- a/gdb/remote-rdi.c
+++ b/gdb/remote-rdi.c
@@ -462,6 +462,7 @@ arm_rdi_close (quitting)
closed_already = 1;
inferior_pid = 0;
Adp_CloseDevice ();
+ generic_mourn_inferior ();
}
}