summaryrefslogtreecommitdiff
path: root/gdb/remote-fileio.c
diff options
context:
space:
mode:
authoraburgess <aburgess>2013-07-31 12:44:33 +0000
committeraburgess <aburgess>2013-07-31 12:44:33 +0000
commitb777aa6cb360fa6ea341954bd070e59be27f7357 (patch)
tree723933ce282c12a3c1010aeba221f5939ce1978b /gdb/remote-fileio.c
parent71e62cdb4bd587906a4b949a14fd6c73c865c6cb (diff)
downloadgdb-b777aa6cb360fa6ea341954bd070e59be27f7357.tar.gz
Replace most uses of deprecated_throw_reason with quit.
http://sourceware.org/ml/gdb-patches/2013-07/msg00778.html gdb/ChangeLog * monitor.c (monitor_interrupt_query): Replace use of deprecated_throw_reason with quit. * nto-procfs.c (interrupt_query): Likewise. * remote-fileio.c (remote_fileio_sig_exit): Likewise. * remote-mips.c (mips_kill): Likewise. * remote.c (interrupt_query): Likewise.
Diffstat (limited to 'gdb/remote-fileio.c')
-rw-r--r--gdb/remote-fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c
index cc39bdf14ad..5b7ef1d1975 100644
--- a/gdb/remote-fileio.c
+++ b/gdb/remote-fileio.c
@@ -513,7 +513,7 @@ remote_fileio_sig_exit (void)
static void
async_remote_fileio_interrupt (gdb_client_data arg)
{
- deprecated_throw_reason (RETURN_QUIT);
+ quit ();
}
static void