mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* 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:
parent
f0705d1831
commit
32a1239cc8
@ -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" }
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user