diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2470adb..1c3aa31 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-01-05 Joel Brobecker <brobecker@adacore.com> + + * NEWS: Add entries for new catch commands. + 2006-02-05 Joel Brobecker <brobecker@adacore.com> * dwarf2read.c (partial_die_info): Add field has_byte_size. @@ -30,6 +30,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* |