aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-04-15 18:24:48 +0000
committerTom Tromey <tromey@redhat.com>2013-04-15 18:24:48 +0000
commitb340913d3d295229cd5d1907bce58b4dbd9361a0 (patch)
tree838e838c101e5ccf4ec2d12eb4f1b2973e9b4790 /gdb/NEWS
parentcc16e6c91580e68369250f5a65c6e01559cdd467 (diff)
downloadgdb-b340913d3d295229cd5d1907bce58b4dbd9361a0.zip
gdb-b340913d3d295229cd5d1907bce58b4dbd9361a0.tar.gz
gdb-b340913d3d295229cd5d1907bce58b4dbd9361a0.tar.bz2
* NEWS: Move recent entries into "since 7.6" section.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index f14159d..d46ccbc 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -4,6 +4,9 @@
*** Changes since GDB 7.6
* New commands:
+catch rethrow
+ Like "catch throw", but catches a re-thrown exception.
+
show configuration
Display the details of GDB configure-time options.
@@ -31,6 +34,12 @@ show remote trace-status-packet
* GDB now implements the the C++ 'typeid' operator.
+* The new convenience variable $_exception holds the exception being
+ thrown or caught at an exception-related catchpoint.
+
+* The exception-related catchpoints, like "catch throw", now accept a
+ regular expression which can be used to filter exceptions by type.
+
* MI changes
** The -trace-save MI command can optionally save trace buffer in Common
@@ -105,12 +114,6 @@ Tilera TILE-Gx GNU/Linux tilegx*-*-linux
* 'info proc' now works on some core files.
-* The new convenience variable $_exception holds the exception being
- thrown or caught at an exception-related catchpoint.
-
-* The exception-related catchpoints, like "catch throw", now accept a
- regular expression which can be used to filter exceptions by type.
-
* Python scripting
** Vectors can be created with gdb.Type.vector.
@@ -159,9 +162,6 @@ 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.