From: Daniel Jacobowitz Date: Sun, 27 Jul 2008 20:57:43 +0000 (+0000) Subject: * lib/mi-support.exp (default_mi_gdb_start): Remove check for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62f64ff2d6ea25ebbb413a85e828fc9e4d4e9df1;p=binutils-gdb.git * lib/mi-support.exp (default_mi_gdb_start): Remove check for non-MI prompt. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 75b90e1add0..41f035d65d6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-07-27 Daniel Jacobowitz + + * lib/mi-support.exp (default_mi_gdb_start): Remove check for + non-MI prompt. + 2008-07-26 Tom Tromey * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct. diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index d32d373675f..8e32336dd52 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -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;