aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-04-15 17:27:44 +0000
committerTom Tromey <tromey@redhat.com>2013-04-15 17:27:44 +0000
commit591f19e89b4b671f1124cdc21605bba1d3d6b8d0 (patch)
tree0a343ae3b20cc917f9b528b6dd86fc16b05c64c1 /gdb/NEWS
parent02ae6bada6a291c3b71ceea392be196d768d86a4 (diff)
downloadgdb-591f19e89b4b671f1124cdc21605bba1d3d6b8d0.zip
gdb-591f19e89b4b671f1124cdc21605bba1d3d6b8d0.tar.gz
gdb-591f19e89b4b671f1124cdc21605bba1d3d6b8d0.tar.bz2
PR c++/12824:
* NEWS: Update. * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>: New constant. (classify_exception_breakpoint): New function. (print_it_exception_catchpoint, print_one_exception_catchpoint) (print_mention_exception_catchpoint) (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions) (catch_exception_command_1): Handle "rethrow" catchpoint. (catch_rethrow_command): New function. (_initialize_breakpoint): Add "catch rethrow" command. gdb/doc * gdb.texinfo (Set Catchpoints): Reorganize exception catchpoints. Document "catch rethrow". (Debugging C Plus Plus): Mention "catch rethrow". gdb/testsuite * gdb.cp/exception.exp: Add "catch rethrow" tests.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 07d9f7f..55f25d8 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -151,6 +151,9 @@ Tilera TILE-Gx GNU/Linux tilegx*-*-linux
* New commands (for set/show, see "New options" below)
+catch rethrow
+ Like "catch throw", but catches a re-thrown exception.
+
catch signal
Catch signals. This is similar to "handle", but allows commands and
conditions to be attached.