From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10457 invoked by alias); 11 Apr 2008 12:59:26 -0000 Received: (qmail 10447 invoked by uid 22791); 11 Apr 2008 12:59:25 -0000 X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Apr 2008 12:58:59 +0000 Received: from eusrcmw751.eamcs.ericsson.se (eusrcmw751.exu.ericsson.se [138.85.77.51]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id m3BCwmgI001551; Fri, 11 Apr 2008 07:58:49 -0500 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Fri, 11 Apr 2008 07:58:48 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Re: GDB MI Interface Date: Fri, 11 Apr 2008 14:31:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA0429104D@ecamlmw720.eamcs.ericsson.se> In-Reply-To: A From: "Marc Khouzam" To: "Vladimir Prus" , X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00096.txt.bz2 > > 2. Are there some frontends debugger that are using this ? As far as I > > know, the ddd and kdb both use the CLI option. >=20 > KDevelop and Eclipse use the MI interface. Both include a parser. In Eclipse both the CDT and DSF(DD) uses MI. Emacs too. All this is open source, so you can have a look if it may help. =20 > > 3. Has there been any documentation on how to use gdb-MI. The current > > documentation is, as they say, like a reference manual. >=20 > The current documentation is what we have. This is the documentation I use for MI. It has served me pretty well up to now for my work in DSF. http://sourceware.org/gdb/current/onlinedocs/gdb_25.html#SEC240 Of course, we use the CDT code as a great guide. Having such an example it often a great complement to the doc. Marc