aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/default.exp
diff options
context:
space:
mode:
authorGary Benson <gary@redhat.com>2012-01-24 15:13:30 +0000
committerGary Benson <gary@redhat.com>2012-01-24 15:13:30 +0000
commit53fe17833448d3f85e4a186522486c3ecbbae357 (patch)
tree9b18cafa31d5f3f35da93923ecafca1510c27c4b /gdb/testsuite/gdb.base/default.exp
parent49c62f2ef19d1966e498462d7a5b1cb90f197455 (diff)
downloadgdb-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/testsuite/gdb.base/default.exp')
-rw-r--r--gdb/testsuite/gdb.base/default.exp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index 9677396..d0a8295 100644
--- a/gdb/testsuite/gdb.base/default.exp
+++ b/gdb/testsuite/gdb.base/default.exp
@@ -282,8 +282,6 @@ gdb_test "info args" "No frame selected." "info args"
gdb_test "info bogus-gdb-command" "Undefined info command: \"bogus-gdb-command\". Try \"help info\".*" "info bogus-gdb-command"
#test info breakpoints
gdb_test "info breakpoints" "No breakpoints or watchpoints." "info breakpoints"
-#test info catch
-gdb_test "info catch" "No frame selected." "info catch"
#test info copying
# FIXME -- doesn't work worth a shit
#send_gdb "info copying"