Browse Source

* NEWS: Add entries for new catch commands.

drow-reverse-20070409-branch
Joel Brobecker 20 years ago
parent
commit
0e420bd85d
  1. 4
      gdb/ChangeLog
  2. 7
      gdb/NEWS

4
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.

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…
Cancel
Save