From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5297 invoked by alias); 20 Aug 2004 19:20:00 -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 5282 invoked from network); 20 Aug 2004 19:19:59 -0000 Received: from unknown (HELO atlantic.mail.pas.earthlink.net) (207.217.120.179) by sourceware.org with SMTP; 20 Aug 2004 19:19:59 -0000 Received: from ip216-26-76-134.dsl.du.teleport.com ([216.26.76.134] helo=stray.canids) by atlantic.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1ByEve-0006MD-00 for gdb@sources.redhat.com; Fri, 20 Aug 2004 12:19:58 -0700 Received: from stray.canids (localhost.localdomain [127.0.0.1]) by stray.canids (Postfix) with ESMTP id 225834D400C for ; Fri, 20 Aug 2004 12:19:58 -0700 (PDT) From: Felix Lee To: gdb@sources.redhat.com Subject: Re: GDB/XMI (XML Machine Interface) References: <20040810201440.GA24186@white> <20040819234921.GA4966@white> <20040820103420.340A64D400C@stray.canids> <20040820125443.GB5703@white> <20040820183447.GA21565@nevyn.them.org> <20040820190622.BFA6B4D400C@stray.canids> <20040820190944.GA23331@nevyn.them.org> In-Reply-To: <20040820190944.GA23331@nevyn.them.org> on Fri, 20 Aug 2004 15:09:45 EDT from Daniel Jacobowitz Date: Fri, 20 Aug 2004 19:20:00 -0000 Message-Id: <20040820191958.225834D400C@stray.canids> X-SW-Source: 2004-08/txt/msg00258.txt.bz2 Daniel Jacobowitz : > Oh, come on. That's why I suggested writing a library that parses the > MI and outputs XML. You run that as a wrapper around GDB; that's real > easy. oh, right. ok, that works for me. --