From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31139 invoked by alias); 20 Aug 2004 19:06:25 -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 31132 invoked from network); 20 Aug 2004 19:06:24 -0000 Received: from unknown (HELO atlantic.mail.pas.earthlink.net) (207.217.120.179) by sourceware.org with SMTP; 20 Aug 2004 19:06:24 -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 1ByEiV-0003TG-00 for gdb@sources.redhat.com; Fri, 20 Aug 2004 12:06:23 -0700 Received: from stray.canids (localhost.localdomain [127.0.0.1]) by stray.canids (Postfix) with ESMTP id BFA6B4D400C for ; Fri, 20 Aug 2004 12:06:22 -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> In-Reply-To: <20040820183447.GA21565@nevyn.them.org> on Fri, 20 Aug 2004 14:34:48 EDT from Daniel Jacobowitz Date: Fri, 20 Aug 2004 19:06:00 -0000 Message-Id: <20040820190622.BFA6B4D400C@stray.canids> X-SW-Source: 2004-08/txt/msg00256.txt.bz2 Daniel Jacobowitz : > Parsing MI over and over again from scratch may be a waste of time. So > write once a library that parses MI. Then you gain most of the benefit > of having XML parsing libraries available. xml has the advantage of being language neutral. a library in C or whatever takes more work to use in other languages. --