* gdb.t00/default.exp: Use "exp_continue" rather than obsolete

"continue -expect".
        * gdb.t06/break.exp: Likewise.
        * gdb.t07/watchpoint.exp: Likewise.
        * gdb.t13/bitfields.exp: Likewise.
        * gdb.t15/{funcargs,return}.exp: Likewise.
        * gdb.stabs/weird.exp: Likewise.
        * config/{mips,udi}-gdb.exp: Likewise.
This commit is contained in:
Jeff Law 1994-04-05 22:21:55 +00:00
parent f0705d1831
commit 32a1239cc8
2 changed files with 3 additions and 3 deletions

View File

@ -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" }

View File

@ -56,7 +56,7 @@ proc gdb_target_udi { } {
set timeout 60
expect {
-re "target udi $targetname\[\r\n\]+" {
continue -expect
exp_continue
}
-re "TIP UDI 1.2 Conformant.*$prompt $" {
verbose "Set target to $targetname"
@ -69,7 +69,7 @@ proc gdb_target_udi { } {
}
-re "A program is being debugged already. Kill it\? \(y or n\)" {
send "y\n"
continue -expect
exp_continue
}
timeout {
error "Couldn't set target for UDI."