From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15404 invoked by alias); 11 Apr 2008 05:06:30 -0000 Received: (qmail 15333 invoked by uid 22791); 11 Apr 2008 05:06:30 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Apr 2008 05:06:09 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JkBST-0007jR-NJ for gdb@sources.redhat.com; Fri, 11 Apr 2008 05:05:53 +0000 Received: from 78.158.192.230 ([78.158.192.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2008 05:05:53 +0000 Received: from ghost by 78.158.192.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2008 05:05:53 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: GDB MI Interface Date: Fri, 11 Apr 2008 10:52:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.5 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/msg00090.txt.bz2 Lokesh Kumar wrote: > Hi all, > > I want to use the GDB MI interface to communicate with gdb in the > backend of my software. Surprisingly, the current information on this > topic is very less on the web. So I thought of turning to the gdb > community itself. I had the following questions to ask - > > 1. Does the parser for MI output already exists ? I'm not aware of any standalone parser. > 2. Are there some frontends debugger that are using this ? As far as I > know, the ddd and kdb both use the CLI option. KDevelop and Eclipse use the MI interface. Both include a parser. > 3. Has there been any documentation on how to use gdb-MI. The current > documentation is, as they say, like a reference manual. The current documentation is what we have. - Volodya