* config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"

not just "Quit anyway?".
This commit is contained in:
Jim Kingdon 1993-05-19 03:29:10 +00:00
parent 94d5034070
commit 8ce07a211b
6 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
not just "Quit anyway?".
Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
* gdb.t21/demangle.exp: Add a couple of new patterns. Ensure

View File

@ -127,7 +127,7 @@ proc gdb_exit {} {
send_user "Got TIMEOUT from $GDB\n"
}
}
-re "The program is running. Quit anyway? (y or n) $" {
-re "The program is running. Quit anyway.*? (y or n) $" {
send "y\n"
if $verbose>1 then {
send_user "\t\tKilling program being debugged\n"

View File

@ -71,7 +71,7 @@ proc gdb_exit {} {
send_user "Got TIMEOUT from $GDB\n"
}
}
-re "The program is running. Quit anyway? (y or n) $"\
-re "The program is running. Quit anyway.*? (y or n) $"\
{ send "y\n"
if $verbose>1 then {
send_user "\t\tKilling program being debugged\n"

View File

@ -107,7 +107,7 @@ proc gdb_exit {} {
send_user "Got TIMEOUT from $GDB\n"
}
}
-re "The program is running. Quit anyway? (y or n) $"\
-re "The program is running. Quit anyway.*? (y or n) $"\
{ send "y\n"
if $verbose>1 then {
send_user "\t\tKilling program being debugged\n"

View File

@ -172,7 +172,7 @@ proc gdb_exit {} {
}
close
}
-re "The program is running. Quit anyway? (y or n) $" {
-re "The program is running. Quit anyway.*? (y or n) $" {
send "y\n"
if $verbose>1 then {
send_user "\t\tKilling program being debugged\n"

View File

@ -134,7 +134,7 @@ proc quit_vxgdb { } {
send_user "Got TIMEOUT from $GDB\n"
}
}
-re "The program is running. Quit anyway? (y or n) $"\
-re "The program is running. Quit anyway.*? (y or n) $"\
{ send "y\n"
if $verbose>1 then {
send_user "\t\tKilling program being debugged\n"