From 11cdbdbe572f610ba3ae297237dc5d1fe357ba32 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 19 Jan 2005 21:15:44 +0000 Subject: 2005-01-19 Andrew Cagney * exceptions.h (deprecated_throw_reason): Rename throw_reason. * exceptions.c (deprecated_throw_reason): Rename throw_reason. * utils.c (internal_verror, quit): Update. * remote-sds.c (interrupt_query): Update. * remote-mips.c (mips_error, mips_kill): Update. * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update. * remote.c (interrupt_query): Update. * ocd.c (interrupt_query): Update. * nto-procfs.c (interrupt_query): Update. * monitor.c (monitor_interrupt_query): Update. * breakpoint.c (break_command_1): Update. --- gdb/remote-sds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-sds.c') diff --git a/gdb/remote-sds.c b/gdb/remote-sds.c index 1c628219341..06763fa428a 100644 --- a/gdb/remote-sds.c +++ b/gdb/remote-sds.c @@ -386,7 +386,7 @@ interrupt_query (void) Give up (and stop debugging it)? ")) { target_mourn_inferior (); - throw_reason (RETURN_QUIT); + deprecated_throw_reason (RETURN_QUIT); } target_terminal_inferior (); -- cgit v1.2.1