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.
This commit is contained in:
Andrew Cagney
2005-01-15 02:33:19 +00:00
parent 949df321ec
commit d05559016d
6 changed files with 15 additions and 6 deletions

View File

@@ -397,7 +397,7 @@ interrupt_query (void)
Give up (and stop debugging it)? "))
{
target_mourn_inferior ();
throw_exception (RETURN_QUIT);
throw_reason (RETURN_QUIT);
}
target_terminal_inferior ();