diff options
author | Jeff Law <law@redhat.com> | 1997-02-06 19:50:33 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-02-06 19:50:33 +0000 |
commit | 0979e7bd2887523bd21d91383b0e5b238ed1f5b7 (patch) | |
tree | 325018b0a8d41daec6b6646111e9f9b268f531f0 /gdb/testsuite/lib | |
parent | 20bf2b0a01754b614a6830de8d883d08ae2ecc8c (diff) | |
download | gdb-0979e7bd2887523bd21d91383b0e5b238ed1f5b7.zip gdb-0979e7bd2887523bd21d91383b0e5b238ed1f5b7.tar.gz gdb-0979e7bd2887523bd21d91383b0e5b238ed1f5b7.tar.bz2 |
* gdb.base/break.exp: Check for gdb,noresults before testing
exit status and/or results from the target.
* gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
* lib/gdb.exp: Remove old (now bogus) initialization of
noinferior, noargs, noresults and nosignals.
More cleanups for new testing framework.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 157c210..6024df3 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -60,22 +60,6 @@ if ![info exists prompt] then { set gdb_prompt "\[(\]gdb\[)\]" } -if ![info exists noargs] then { - set noargs 0 -} - -if ![info exists nosignals] then { - set nosignals 0 -} - -if ![info exists noinferiorio] then { - set noinferiorio 0 -} - -if ![info exists noresults] then { - set noresults 0 -} - # # gdb_version -- extract and print the version number of GDB # |