diff options
author | David Taylor <taylor@redhat.com> | 1999-01-05 21:58:18 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1999-01-05 21:58:18 +0000 |
commit | 61e635a444088acc4dc68794257a291f16e3fe6d (patch) | |
tree | af9422daa1c754d843f5329deb0119d6d36dd0ab /gdb/testsuite/gdb.base/default.exp | |
parent | e151691b86d34c5dd4497b7df85414b8f551e3fb (diff) | |
download | gdb-61e635a444088acc4dc68794257a291f16e3fe6d.zip gdb-61e635a444088acc4dc68794257a291f16e3fe6d.tar.gz gdb-61e635a444088acc4dc68794257a291f16e3fe6d.tar.bz2 |
hp merge changes; mostly new files.
scope.exp, langs.exp, list.exp -- compile one file at a time, then link.
default.exp -- change expected messages for catch and info catch tests to
reflect hp merge changes.
Diffstat (limited to 'gdb/testsuite/gdb.base/default.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/default.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp index 7dd9166..bc03c1c 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -92,7 +92,7 @@ gdb_test "call" "The history is empty..*" "call" #test catch -gdb_test "catch" "No selected frame..*" "catch" +gdb_test "catch" "Catch requires an event name..*" "catch" #test cd gdb_test "cd" "Argument required .new working directory.*" "cd" @@ -273,7 +273,7 @@ gdb_test "info bogus-gdb-command" "Undefined info command: \"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" +gdb_test "info catch" "You can't do that without a process to debug." "info catch" #test info copying # FIXME -- doesn't work worth a shit #send_gdb "info copying" |