diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-09-16 17:57:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-09-16 17:57:19 +0000 |
commit | 48d10a2545e1fe5d677bf5f4ce1f1784ee606a5a (patch) | |
tree | 0ea7942d5e0ea810344796125cf80dd9e45e2d8a /gdb/testsuite/gdb.stabs | |
parent | 8b15c4801ab88403d643c15b40dd8a618fcc7fd0 (diff) | |
download | gdb-48d10a2545e1fe5d677bf5f4ce1f1784ee606a5a.zip gdb-48d10a2545e1fe5d677bf5f4ce1f1784ee606a5a.tar.gz gdb-48d10a2545e1fe5d677bf5f4ce1f1784ee606a5a.tar.bz2 |
* config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
Rework board rebooting slightly.
(gdb_exit): Don't exit from the remote shell; there isn't one.
* gdb.stabs/weird.exp: If a program is being debugged already,
kill it.
* gdb.t04/setvar.exp: Stop and restart gdb.
* gdb.t05/expr.exp: Likewise.
* gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
restart gdb and reload the program.
* gdb.t08/opaque.exp: Likewise.
* gdb.t12/scope.exp: Likewise.
* gdb.t13/bitfields.exp: Likewise.
* gdb.t15/funcargs.exp: Likewise.
* gdb.t20/classes.exp: Likewise.
* gdb.t03/ptype.exp: Increase timeout.
* gdb.t16/printcmds.exp (test_print_string_constants,
test_print_array_constants): Likewise.
* gdb.t17/callfuncs.exp (do_function_calls): Likewise.
* gdb.t20/classes.exp (do_tests): Likewise.
* gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.stabs')
-rw-r--r-- | gdb/testsuite/gdb.stabs/weird.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp index 6d485c9..8e05ca2 100644 --- a/gdb/testsuite/gdb.stabs/weird.exp +++ b/gdb/testsuite/gdb.stabs/weird.exp @@ -236,6 +236,10 @@ if ![file exists $binfile] then { -re "^file \[^ \]*\r*\nReading symbols from $binfile\.\.\.done\.\r*\n$prompt $" { pass "weird.o read without error" } + -re "A program is being debugged already. Kill it\? \(y or n\)" { + send "y\n" + continue -expect + } -re ".*$prompt $" { fail "Errors reading weird.o" } |