From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7735 invoked by alias); 11 Apr 2008 00:07:43 -0000 Received: (qmail 7727 invoked by uid 22791); 11 Apr 2008 00:07:43 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.233) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Apr 2008 00:07:18 +0000 Received: by wx-out-0506.google.com with SMTP id s7so228560wxc.24 for ; Thu, 10 Apr 2008 17:07:16 -0700 (PDT) Received: by 10.140.202.12 with SMTP id z12mr1134522rvf.186.1207872435565; Thu, 10 Apr 2008 17:07:15 -0700 (PDT) Received: by 10.141.153.20 with HTTP; Thu, 10 Apr 2008 17:07:15 -0700 (PDT) Message-ID: Date: Fri, 11 Apr 2008 07:55:00 -0000 From: "Lokesh Kumar" To: gdb@sourceware.org Subject: GDB MI Interface MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00089.txt.bz2 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 ? 2. Are there some frontends debugger that are using this ? As far as I know, the ddd and kdb both use the CLI option. 3. Has there been any documentation on how to use gdb-MI. The current documentation is, as they say, like a reference manual. Thanks in advance, -Lokesh -- "Doubt is not a pleasant condition, but certainty is absurd." Lokesh Kumar