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:
parent
949df321ec
commit
d05559016d
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
|
||||
|
@ -1030,7 +1030,7 @@ monitor_interrupt_query (void)
|
||||
Give up (and stop debugging it)? "))
|
||||
{
|
||||
target_mourn_inferior ();
|
||||
throw_exception (RETURN_QUIT);
|
||||
throw_reason (RETURN_QUIT);
|
||||
}
|
||||
|
||||
target_terminal_inferior ();
|
||||
|
@ -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 ();
|
||||
|
@ -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 ();
|
||||
|
@ -497,7 +497,7 @@ mips_error (char *string,...)
|
||||
printf_unfiltered ("Ending remote MIPS debugging.\n");
|
||||
target_mourn_inferior ();
|
||||
|
||||
throw_exception (RETURN_ERROR);
|
||||
throw_reason (RETURN_ERROR);
|
||||
}
|
||||
|
||||
/* putc_readable - print a character, displaying non-printable chars in
|
||||
@ -2148,7 +2148,7 @@ Give up (and stop debugging it)? "))
|
||||
printf_unfiltered ("Ending remote MIPS debugging.\n");
|
||||
target_mourn_inferior ();
|
||||
|
||||
throw_exception (RETURN_QUIT);
|
||||
throw_reason (RETURN_QUIT);
|
||||
}
|
||||
|
||||
target_terminal_inferior ();
|
||||
|
@ -386,7 +386,7 @@ interrupt_query (void)
|
||||
Give up (and stop debugging it)? "))
|
||||
{
|
||||
target_mourn_inferior ();
|
||||
throw_exception (RETURN_QUIT);
|
||||
throw_reason (RETURN_QUIT);
|
||||
}
|
||||
|
||||
target_terminal_inferior ();
|
||||
|
Loading…
Reference in New Issue
Block a user