diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-01-05 08:22:43 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-01-05 08:22:43 +0000 |
commit | 0e420bd85db4239139d00f6e8050ed5967ecab11 (patch) | |
tree | 4d9ac4b1be2469c4f23aa051f21c1ad485a27a68 /gdb | |
parent | 51679ba97622b97e6ab6d519c89c5475581ec31c (diff) | |
download | fsf-binutils-gdb-0e420bd85db4239139d00f6e8050ed5967ecab11.zip fsf-binutils-gdb-0e420bd85db4239139d00f6e8050ed5967ecab11.tar.gz fsf-binutils-gdb-0e420bd85db4239139d00f6e8050ed5967ecab11.tar.bz2 |
* NEWS: Add entries for new catch commands.
Diffstat (limited to 'gdb')
-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* |