mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-24 02:14:28 +00:00
* mi-support.exp (mi_gdb_start): Skip mi tests if -i flag is
recognized (i.e. if GDB was compiled with UI_OUT, but the mi interpreter wasn't recognized (because it wasn't compiled in).
This commit is contained in:
parent
ebf0fa2e68
commit
7d76bd60cf
@ -1,3 +1,9 @@
|
||||
2001-01-20 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* mi-support.exp (mi_gdb_start): Skip mi tests if -i flag is
|
||||
recognized (i.e. if GDB was compiled with UI_OUT, but the mi
|
||||
interpreter wasn't recognized (because it wasn't compiled in).
|
||||
|
||||
Tue Apr 18 15:36:07 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* Makefile.in (clean mostlyclean): Do not delete $(MISCELLANEOUS).
|
||||
|
@ -135,6 +135,11 @@ proc mi_gdb_start { } {
|
||||
remote_close host;
|
||||
return -1;
|
||||
}
|
||||
-re ".*Interpreter `mi' unrecognized." {
|
||||
untested "Skip mi tests (not compiled with mi support)."
|
||||
remote_close host;
|
||||
return -1;
|
||||
}
|
||||
timeout {
|
||||
perror "(timeout) GDB never initialized after 10 seconds."
|
||||
remote_close host;
|
||||
|
Loading…
x
Reference in New Issue
Block a user