diff options
author | Joel Brobecker <brobecker@adacore.com> | 2013-11-08 14:21:14 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2013-11-12 06:48:34 +0400 |
commit | 58d065288c2f5910fdf09afa3d2a86825964c8d0 (patch) | |
tree | 419acab0263d1a590f555357406255259aa8d1f5 /gdb/NEWS | |
parent | a7e332c24b77168bc61d4ee776bf29c831fbbc88 (diff) | |
download | gdb-58d065288c2f5910fdf09afa3d2a86825964c8d0.zip gdb-58d065288c2f5910fdf09afa3d2a86825964c8d0.tar.gz gdb-58d065288c2f5910fdf09afa3d2a86825964c8d0.tar.bz2 |
Document "info exceptions" and "-info-ada-exception" new commands.
gdb/doc/ChangeLog:
* gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
(Ada Exceptions): New node.
(GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
Commands" node.
(GDB/MI Ada Exceptions Commands): New node.
(GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
field in the output of the "-list-features" command.
* NEWS: Add entry for the new "info exceptions" CLI command,
and for the new "-info-ada-exceptions" GDB/MI command.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -82,6 +82,12 @@ remove-symbol-file -a ADDRESS can be identified by its filename or by an address that lies within the boundaries of this symbol file in memory. +info exceptions +info exceptions REGEXP + Display the list of Ada exceptions defined in the program being + debugged. If provided, only the exceptions whose names match REGEXP + are listed. + * New options set debug symfile off|on @@ -169,6 +175,9 @@ show startup-with-shell ** The new commands -catch-assert and -catch-exceptions insert catchpoints stopping the program when Ada exceptions are raised. + ** The new command -info-ada-exceptions provides the equivalent of + the new "info exceptions" command. + * New system-wide configuration scripts A GDB installation now provides scripts suitable for use as system-wide configuration scripts for the following systems: |