* config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
not just "Quit anyway?".
This commit is contained in:
parent
94d5034070
commit
8ce07a211b
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user