diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-19 03:29:10 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-19 03:29:10 +0000 |
commit | 8ce07a211b4e227e8eedbb803f453506871bf48d (patch) | |
tree | c97eece591b834f4e73438be74c718a9f1f37e37 /gdb/testsuite | |
parent | 94d5034070f5e380ad282385874cbdbd3d170562 (diff) | |
download | gdb-8ce07a211b4e227e8eedbb803f453506871bf48d.zip gdb-8ce07a211b4e227e8eedbb803f453506871bf48d.tar.gz gdb-8ce07a211b4e227e8eedbb803f453506871bf48d.tar.bz2 |
* config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
not just "Quit anyway?".
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/config/mips-gdb.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/config/nind-gdb.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/config/udi-gdb.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/config/unix-gdb.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/config/vx-gdb.exp | 2 |
6 files changed, 10 insertions, 5 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b7f32ad..6633a88 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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 diff --git a/gdb/testsuite/config/mips-gdb.exp b/gdb/testsuite/config/mips-gdb.exp index 489f053..6ed4714 100644 --- a/gdb/testsuite/config/mips-gdb.exp +++ b/gdb/testsuite/config/mips-gdb.exp @@ -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" diff --git a/gdb/testsuite/config/nind-gdb.exp b/gdb/testsuite/config/nind-gdb.exp index c9c6b2c..3f561ab 100644 --- a/gdb/testsuite/config/nind-gdb.exp +++ b/gdb/testsuite/config/nind-gdb.exp @@ -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" diff --git a/gdb/testsuite/config/udi-gdb.exp b/gdb/testsuite/config/udi-gdb.exp index 2b5ba15..c12c3aa 100644 --- a/gdb/testsuite/config/udi-gdb.exp +++ b/gdb/testsuite/config/udi-gdb.exp @@ -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" diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 0cba864..05578f9 100644 --- a/gdb/testsuite/config/unix-gdb.exp +++ b/gdb/testsuite/config/unix-gdb.exp @@ -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" diff --git a/gdb/testsuite/config/vx-gdb.exp b/gdb/testsuite/config/vx-gdb.exp index 5d836a0..44e89e3 100644 --- a/gdb/testsuite/config/vx-gdb.exp +++ b/gdb/testsuite/config/vx-gdb.exp @@ -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" |