This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: probing GDB for MI versions
- From: Andrew Cagney <cagney at gnu dot org>
- To: Bob Rossi <bob at brasko dot net>
- Cc: GDB <gdb at sources dot redhat dot com>
- Date: Wed, 06 Oct 2004 15:09:58 -0400
- Subject: Re: probing GDB for MI versions
- References: <20041003170104.GC7030@white>
If a current GDB were modified to list mi "versions" then it would only
print mi2, which is the version selected by -i=mi. If your front end
specifies -i=mi1 then you're on your own - it's not tested - it doesn't
work.
Andrew