[5.1/rfc] Don't print ``(MI_OUT)'' during startup

Fernando Nasser fnasser@redhat.com
Sun Oct 21 11:16:00 GMT 2001


Andrew Cagney wrote:
> 
> Also if the MI isn't
> linked in, GDB will report that the interpreter ``mi'' is unknown.
> 

Yes, the following pattern will do it.

	-re ".*Interpreter `mi' unrecognized." {
	    untested "Skip mi tests (not compiled with mi support)."
	    remote_close host;
	    return -1;
	}

Thanks.

-- 
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9



More information about the Gdb-patches mailing list