diff options
Diffstat (limited to 'gdb/testsuite/config/mips-gdb.exp')
-rw-r--r-- | gdb/testsuite/config/mips-gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/config/mips-gdb.exp b/gdb/testsuite/config/mips-gdb.exp index f4efc19..9531117 100644 --- a/gdb/testsuite/config/mips-gdb.exp +++ b/gdb/testsuite/config/mips-gdb.exp @@ -69,7 +69,7 @@ proc gdb_load { arg } { expect { -re "A program is being debugged already. Kill it\? \(y or n\)" { send "y\n" - continue -expect + exp_continue } -re "Reading symbols from.*done..*$prompt $" { } -re "$prompt $" { error "GDB couldn't read file" } |