This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: MI documentation
> Date: Thu, 30 Sep 2004 07:49:17 -0400
> From: Bob Rossi <bob@brasko.net>
> Cc: gdb@sources.redhat.com
>
> It still doesn't tell you the asyncronous commands like you mentioned or
> the fields that are available for input commands or anything else that I
> would need to know for certain versions.
>
> I feel that knowing these things are a minimum requirement for having a
> protocol between 2 processes.
Upon thinking about this issue, I came to a conclusion that, as
surprising as it might sound, I don't understand the problem that bugs
you.
All the MI versions except the latest are kept for one reason only:
backward compatibility. So an already existing front end should use
the version it was written to support, while a new front end should
use the latest version, the one invoked by "-interpreter=mi". Doesn't
this solve the problem? If not, why not, and what solutions you can
suggest to solve that?