diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-02-25 18:50:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-02-25 18:50:45 +0000 |
commit | 01cec5c8e7efaa10983a6edcacdcf029acaa4e43 (patch) | |
tree | 13546f47f017799e2fba65bfd268797f4e7482b6 /gdb/testsuite/config/unix-gdb.exp | |
parent | 539a840f7b25da6a3dd149b798a933b7ebe5a37c (diff) | |
download | gdb-01cec5c8e7efaa10983a6edcacdcf029acaa4e43.zip gdb-01cec5c8e7efaa10983a6edcacdcf029acaa4e43.tar.gz gdb-01cec5c8e7efaa10983a6edcacdcf029acaa4e43.tar.bz2 |
* Redid configuration scheme. Removed gdb.t*/configure.in.
Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
distclean targets. Built executables via .o files. Adjusted
tests to account for source files in $(srcdir) rather than
$(objdir).
* lib/gdb.exp (runto): Don't expect () after the function name,
because it may have arguments.
Diffstat (limited to 'gdb/testsuite/config/unix-gdb.exp')
-rw-r--r-- | gdb/testsuite/config/unix-gdb.exp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 795914b..e59c97b 100644 --- a/gdb/testsuite/config/unix-gdb.exp +++ b/gdb/testsuite/config/unix-gdb.exp @@ -88,19 +88,6 @@ proc gdb_load { arg } { set loadfile [file tail $arg] set loadpath [file dirname $arg] - send "directory\n" - expect { - -re "Reinitialize source path to empty\? \(y or n\) $"\ - { send "y\n" - expect { - -re "$prompt $" {} - timeout { fail "(timeout) reset directory path" ; return } - } - } - timeout { fail "(timeout) reset directory path" ; return } - } - send "directory $loadpath\n" - expect -re "$prompt $" {} send "file $arg\n" expect { -re "Reading symbols from.*done.*$prompt $"\ |