* NEWS: Add entries for new catch commands.
This commit is contained in:
parent
51679ba976
commit
0e420bd85d
2 changed files with 11 additions and 0 deletions
|
@ -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.
|
||||
|
|
7
gdb/NEWS
7
gdb/NEWS
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue