diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2009-06-15 12:11:37 +0000 |
---|---|---|
committer | Phil Muldoon <pmuldoon@redhat.com> | 2009-06-15 12:11:37 +0000 |
commit | 7cd1089b09663f833a90a4536db2ffad3591636b (patch) | |
tree | ea5adc0bb69efa19f2aa28a7687493bfdf7f7dfe /gdb/testsuite/ChangeLog | |
parent | 1316c8b37f7e034b92e26695eea207e9a4cf25a0 (diff) | |
download | binutils-gdb-7cd1089b09663f833a90a4536db2ffad3591636b.tar.gz |
2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
* infcall.c (show_unwind_on_terminating_exception_p): New
function.
(call_function_by_hand): Create breakpoint and clean-up call for
std::terminate.breakpoint. Add unwind_on_terminating_exception_p
gate. Pop frame on breakpoint hit.
(_initialize_infcall): Add add_setshow_boolean_cmd for
unwind-on-terminating-exception.
testsuite/
2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
* gdb.cp/gdb2495.cc: New file.
* gdb.cp/gdb2495.exp: New file.
doc/
2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
* doc/gdb.texinfo (Calling): Document
set-unwind-on-terminating-exception usage.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3fdfe6581b8..5c43ca714cf 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-06-15 Phil Muldoon <pmuldoon@redhat.com> + + * gdb.cp/gdb2495.cc: New file. + * gdb.cp/gdb2495.exp: New file. + 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com> Report error on GDB crash during runto. |