* gdb.t00/default.exp: Use "exp_continue" rather than obsolete
authorJeff Law <law@redhat.com>
Tue, 5 Apr 1994 22:21:55 +0000 (22:21 +0000)
committerJeff Law <law@redhat.com>
Tue, 5 Apr 1994 22:21:55 +0000 (22:21 +0000)
        "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.

gdb/testsuite/config/mips-gdb.exp
gdb/testsuite/config/udi-gdb.exp

index f4efc19..9531117 100644 (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" }
index e12ed6f..000be06 100644 (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."