[RFA/NEWS] Add entry for new catch commands

Joel Brobecker brobecker@adacore.com
Thu Jan 4 06:06:00 GMT 2007


Hello,

Following the addition of some new catch commands, here is an update
of the NEWS file:

2007-01-04  Joel Brobecker  <brobecker@adacore.com>

        * NEWS: Add entries for new catch commands.

OK to apply?

Thank you,
-- 
Joel
-------------- next part --------------
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.206
diff -u -p -r1.206 NEWS
--- NEWS	15 Dec 2006 23:57:35 -0000	1.206
+++ NEWS	4 Jan 2007 06:03:34 -0000
@@ -28,6 +28,13 @@ show breakpoint auto-hw
   "break" command and internal breakpoints used for other commands
   including "next" and "finish".
 
+catch exception
+catch exception unhandled
+  Stop the program execution when Ada exceptions are raised.
+
+catch assert
+  Stop the program execution when an Ada assertion failed.
+
 * New native configurations
 
 OpenBSD/sh			sh*-*openbsd*


More information about the Gdb-patches mailing list