* lib/mi-support.exp (default_mi_gdb_start): Remove check for
authorDaniel Jacobowitz <drow@false.org>
Sun, 27 Jul 2008 20:57:43 +0000 (20:57 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 27 Jul 2008 20:57:43 +0000 (20:57 +0000)
non-MI prompt.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/mi-support.exp

index 75b90e1add0c6dfdc73909fd8d9d5da6c3c4bd39..41f035d65d615b4afeed8f137ee51da33ef41e41 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * lib/mi-support.exp (default_mi_gdb_start): Remove check for
+       non-MI prompt.
+
 2008-07-26  Tom Tromey  <tromey@redhat.com>
 
        * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
index d32d373675fb214333c0b6d64458253158301c86..8e32336dd5290eb1ab76195b4d0887e53cbf9871 100644 (file)
@@ -169,11 +169,6 @@ proc default_mi_gdb_start { args } {
            }
            verbose "GDB initialized."
        }
-       -re ".*$gdb_prompt $" {
-           untested "Skip mi tests (got non-mi prompt)."
-           remote_close host;
-           return -1;
-       }
        -re ".*unrecognized option.*for a complete list of options." {
            untested "Skip mi tests (not compiled with mi support)."
            remote_close host;
This page took 0.035702 seconds and 4 git commands to generate.