* config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 19 May 1993 03:29:10 +0000 (03:29 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 19 May 1993 03:29:10 +0000 (03:29 +0000)
not just "Quit anyway?".

gdb/testsuite/ChangeLog
gdb/testsuite/config/mips-gdb.exp
gdb/testsuite/config/nind-gdb.exp
gdb/testsuite/config/udi-gdb.exp
gdb/testsuite/config/unix-gdb.exp
gdb/testsuite/config/vx-gdb.exp

index b7f32ada059fbb622d75d04b28de23fd73492c9a..6633a8828a40aecab102a728fdb2f0287e035c87 100644 (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
index 489f053041f401eab8bd295ab5090b8e4e3c6829..6ed471467bd03a071bbcedea7710060eaaa60ad0 100644 (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"
index c9c6b2c303e2940911ed1ec3e4818ab2d1221cab..3f561ab0b429a9da67e500f164b5288f6ffff1df 100644 (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"
index 2b5ba153d3976a53286346bc1fe7db3b70a09021..c12c3aac05ac8c7fad06437691199d06ce14b32f 100644 (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"
index 0cba86492a5bd0cf8ca7633b94100d033c56e0a3..05578f957ab1b25a83fc7cc1919b966ea10c514a 100644 (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"
index 5d836a048131ecb11a1d5c2a67199b1fdae0c3bb..44e89e382bfdf2dbe36a1c43b1019d1635f55457 100644 (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"