From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17095 invoked by alias); 30 Sep 2004 13:55:01 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17082 invoked from network); 30 Sep 2004 13:55:00 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 30 Sep 2004 13:55:00 -0000 Received: from zaretski ([80.230.152.240]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CSL15205 (AUTH halo1); Thu, 30 Sep 2004 15:54:48 +0200 (IST) Date: Thu, 30 Sep 2004 13:55:00 -0000 From: "Eli Zaretskii" To: Bob Rossi Message-ID: <01c4a6f4$Blat.v2.2.2$d093e180@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb@sources.redhat.com, cagney@redhat.com, ezannoni@redhat.com, fnasser@redhat.com In-reply-to: <20040929173133.GB1054@white> (message from Bob Rossi on Wed, 29 Sep 2004 13:31:33 -0400) Subject: Re: MI documentation Reply-to: Eli Zaretskii References: <20040929173133.GB1054@white> X-SW-Source: 2004-09/txt/msg00267.txt.bz2 > Date: Wed, 29 Sep 2004 13:31:33 -0400 > From: Bob Rossi > Cc: eliz@gnu.org, cagney@redhat.com, ezannoni@redhat.com, > fnasser@redhat.com > > I was wondering how GDB documents the different versions of MI. For > instance, how do you know what MI commands are available with > specific versions of MI? By ``version'' do you mean version 1 vs version 2 (as in "-interpreter=mi2"), or the MI version shipped with GDB 6.1 vs the version shipped with GDB 6.0? > What fields do the commands output for > specific versions? What asynchronous notifications are possibly outputted > with MI version 1,2,3? That seems to say that you mean the former, but I'm still not sure.