aboutsummaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-01-15 02:33:19 +0000
committerAndrew Cagney <cagney@redhat.com>2005-01-15 02:33:19 +0000
commitd05559016da4d9698f5ccb6995f5ac8e4c048ee0 (patch)
tree9e5d20359f4f0f72808800a772bb15e25080c5e4 /gdb/nto-procfs.c
parent949df321ecbb3a593f36d10b03b68ba753acd061 (diff)
downloadgdb-d05559016da4d9698f5ccb6995f5ac8e4c048ee0.zip
gdb-d05559016da4d9698f5ccb6995f5ac8e4c048ee0.tar.gz
gdb-d05559016da4d9698f5ccb6995f5ac8e4c048ee0.tar.bz2
2005-01-14 Andrew Cagney <cagney@gnu.org>
* remote-sds.c (interrupt_query): Call throw_reason instead of throw_exception. * remote-mips.c (mips_error, mips_kill): Ditto * ocd.c (interrupt_query): Ditto. * nto-procfs.c (interrupt_query): Ditto. * monitor.c (monitor_interrupt_query): Ditto.
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r--gdb/nto-procfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c
index cf01d2f..b88c53f 100644
--- a/gdb/nto-procfs.c
+++ b/gdb/nto-procfs.c
@@ -592,7 +592,7 @@ interrupt_query (void)
Give up (and stop debugging it)? "))
{
target_mourn_inferior ();
- throw_exception (RETURN_QUIT);
+ throw_reason (RETURN_QUIT);
}
target_terminal_inferior ();