diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-08-26 21:47:21 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-08-26 21:47:21 +0000 |
commit | a4f2ce052b4e6db6469ff3a0fb3bbee55c24662d (patch) | |
tree | 7f0f27b177a4659b6d751bcc2124c0542bcd0409 /gdb/inf-loop.c | |
parent | 353d1d731afffb8550c9451e783b02be4121f461 (diff) | |
download | gdb-a4f2ce052b4e6db6469ff3a0fb3bbee55c24662d.zip gdb-a4f2ce052b4e6db6469ff3a0fb3bbee55c24662d.tar.gz gdb-a4f2ce052b4e6db6469ff3a0fb3bbee55c24662d.tar.bz2 |
gdb/
* inf-loop.c (inferior_event_handler): Add exception_print in
INF_EXEC_COMPLETE.
Diffstat (limited to 'gdb/inf-loop.c')
-rw-r--r-- | gdb/inf-loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c index 3cc2fba..670b966 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -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 |