2013-07-31 Andrew Burgess <aburgess@broadcom.com>
+ * 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.
+
+2013-07-31 Andrew Burgess <aburgess@broadcom.com>
+
* utils.c (internal_verror): Replace use of deprecated_throw_reason
with call to fatal.
Give up (and stop debugging it)? ")))
{
target_mourn_inferior ();
- deprecated_throw_reason (RETURN_QUIT);
+ quit ();
}
target_terminal_inferior ();
Give up (and stop debugging it)? ")))
{
target_mourn_inferior ();
- deprecated_throw_reason (RETURN_QUIT);
+ quit ();
}
target_terminal_inferior ();
static void
async_remote_fileio_interrupt (gdb_client_data arg)
{
- deprecated_throw_reason (RETURN_QUIT);
+ quit ();
}
static void
printf_unfiltered ("Ending remote MIPS debugging.\n");
target_mourn_inferior ();
-
- deprecated_throw_reason (RETURN_QUIT);
+ quit ();
}
target_terminal_inferior ();
if (target_can_async_p ())
{
signal (SIGINT, handle_sigint);
- deprecated_throw_reason (RETURN_QUIT);
+ quit ();
}
else
{
Give up (and stop debugging it)? ")))
{
remote_unpush_target ();
- deprecated_throw_reason (RETURN_QUIT);
+ quit ();
}
}