From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13171 invoked by alias); 4 Feb 2004 17:48: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 13116 invoked from network); 4 Feb 2004 17:48:00 -0000 Received: from unknown (HELO lakemtao03.cox.net) (68.1.17.242) by sources.redhat.com with SMTP; 4 Feb 2004 17:48:00 -0000 Received: from white ([68.9.64.121]) by lakemtao03.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040204174800.GXIC2192.lakemtao03.cox.net@white>; Wed, 4 Feb 2004 12:48:00 -0500 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1AoR83-0001Gm-00; Wed, 04 Feb 2004 12:47:59 -0500 Date: Wed, 04 Feb 2004 17:48:00 -0000 From: Bob Rossi To: Andrew Cagney Cc: Kip Macy , gdb@sources.redhat.com Subject: Re: gdb + perl Message-ID: <20040204174759.GA4599@white> Mail-Followup-To: Andrew Cagney , Kip Macy , gdb@sources.redhat.com References: <20040130153706.N34716@demos.bsdclusters.com> <40212518.3080706@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40212518.3080706@gnu.org> User-Agent: Mutt/1.3.28i X-SW-Source: 2004-02/txt/msg00031.txt.bz2 > - The intent is for the MI to split into a thin vineer (the MI cli) and > a "libgdb" like interface. Who is working on the libgdb like interface? I have been working on libtgdb for a while now. It is beginning to support mi and it already supports annotate 2. It's a C library that does all the I/O between GDB and returns data structures. It is at least functional in a trivial front end to GDB. It is far from complete, but I am willing to add all the MI commands to it as the need arises. What do you think about making that the C binding to the MI? Bob Rossi