[NEWS] Document condition at end of catch exception/assert commands
authorJoel Brobecker <brobecker@gnat.com>
Thu, 1 Mar 2012 18:12:43 +0000 (18:12 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 1 Mar 2012 18:12:43 +0000 (18:12 +0000)
gdb/ChangeLog:

        * NEWS: Document the fact that one can provide a condition when
        creating an Ada exception catchpoint.

gdb/ChangeLog
gdb/NEWS

index 3db8b8d..48ebb4b 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Document the fact that one can provide a condition when
+       creating an Ada exception catchpoint.
+
 2012-03-01  Tom Tromey  <tromey@redhat.com>
 
        * valprint.c (val_print_type_code_flags): Fix placement of
index 090a065..7a4812b 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
 * The command "info catch" has been removed.  It has been disabled
   since December 2007.
 
+* The "catch exception" and "catch assert" commands now accept
+  a condition at the end of the command, much like the "break"
+  command does. For instance:
+
+        (gdb) catch exception Constraint_Error if Barrier = True
+
+  Previously, it was possible to add a condition to such catchpoints,
+  but it had to be done as a second step, after the catchpoint had been
+  created, using the "condition" command.
+
 * New commands
 
   ** "catch load" and "catch unload" can be used to stop when a shared