gdb/
* inf-loop.c (inferior_event_handler): Add exception_print in INF_EXEC_COMPLETE.
This commit is contained in:
parent
353d1d731a
commit
a4f2ce052b
@ -1,3 +1,8 @@
|
||||
2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* inf-loop.c (inferior_event_handler): Add exception_print in
|
||||
INF_EXEC_COMPLETE.
|
||||
|
||||
2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
|
||||
|
@ -121,6 +121,7 @@ inferior_event_handler (enum inferior_event_type event_type,
|
||||
{
|
||||
bpstat_do_actions ();
|
||||
}
|
||||
exception_print (gdb_stderr, e);
|
||||
|
||||
if (!was_sync
|
||||
&& exec_done_display_p
|
||||
|
Loading…
Reference in New Issue
Block a user