diff options
author | Gary Benson <gary@redhat.com> | 2012-01-24 15:13:30 +0000 |
---|---|---|
committer | Gary Benson <gary@redhat.com> | 2012-01-24 15:13:30 +0000 |
commit | 53fe17833448d3f85e4a186522486c3ecbbae357 (patch) | |
tree | 9b18cafa31d5f3f35da93923ecafca1510c27c4b /gdb/NEWS | |
parent | 49c62f2ef19d1966e498462d7a5b1cb90f197455 (diff) | |
download | gdb-53fe17833448d3f85e4a186522486c3ecbbae357.zip gdb-53fe17833448d3f85e4a186522486c3ecbbae357.tar.gz gdb-53fe17833448d3f85e4a186522486c3ecbbae357.tar.bz2 |
ChangeLog:
Delete #if 0'd out code.
* stack.c (print_frame_label_vars): Remove.
(catch_info): Likewise.
(_initialize_stack): Remove "info catch" command.
* NEWS: Mention the above.
doc/ChangeLog:
Delete #if 0'd out code.
* gdb.texinfo (Frame Info): Remove "info catch".
testsuite/ChangeLog:
Delete #if 0'd out code.
* gdb.base/default.exp (info catch): Remove.
* gdb.base/gdb_history (info catch): Likewise.
* gdb.base/help.exp (info catch): Likewise.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ * The "info proc" and "generate-core-file" commands will now also work on remote targets connected to GDBserver on Linux. +* The command "info catch" has been removed. It has been disabled + since December 2007. + *** Changes in GDB 7.4 * GDB now handles ambiguous linespecs more consistently; the existing |