summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
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 aa2d5717e7b..f14159d8002 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -108,6 +108,9 @@ Tilera TILE-Gx GNU/Linux tilegx*-*-linux
* 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.