* lib/mi-support.exp (default_mi_gdb_start): Remove check for
non-MI prompt.
This commit is contained in:
parent
e38d4e1aae
commit
62f64ff2d6
2 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue