This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MI handshaking


> Date: Fri, 12 Nov 2004 17:57:30 -0500
> From: Andrew Cagney <cagney@gnu.org>
> Cc: Bob Rossi <bob@brasko.net>, Nick Roberts <nick@nick.uklinux.net>,
>         gdb-patches@sources.redhat.com
> 
> > =mi-handshake,versions=[mi1,mi2,mi3],stable=[mi2]
> 
> Yes, thanks for the correction with ``=''.   But not 
> ``versions=[mi1,mi2,mi3]'' that's too much and misleading information.
> 
> I think the objective here needs to be to provide as much information as 
> possible about what version of GDB and MI is running.  Hence the:
> 
> 	version="mi2"
> 
> (where hopefully VERSION version is a member of STABLE :-)

We've been through this discussion, and the only suggestion that
brought a consensus was to print all the supported MI versions, not
just one.  Let's not reopen that discussion again, even if the result
looks ``too much and misleading''.  (Why ``misleading'', btw?)

> although strictly speaking it should probably be:
> 
> 	mi-version="mi2"

Yes, mi-version is better, IMO.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]