From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4725 invoked by alias); 21 Aug 2004 21:28:55 -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 4718 invoked from network); 21 Aug 2004 21:28:54 -0000 Received: from unknown (HELO atlantic.mail.pas.earthlink.net) (207.217.120.179) by sourceware.org with SMTP; 21 Aug 2004 21:28:54 -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 1BydPx-0006tc-00 for gdb@sources.redhat.com; Sat, 21 Aug 2004 14:28:54 -0700 Received: from stray.canids (localhost.localdomain [127.0.0.1]) by stray.canids (Postfix) with ESMTP id C98D8511B4A for ; Sat, 21 Aug 2004 14:28:52 -0700 (PDT) From: Felix Lee To: gdb@sources.redhat.com Subject: Re: GDB/XMI (XML Machine Interface) References: <20040819234921.GA4966@white> <20040820103420.340A64D400C@stray.canids> <20040820125443.GB5703@white> <20040820183447.GA21565@nevyn.them.org> <20040820190622.BFA6B4D400C@stray.canids> <20040820190944.GA23331@nevyn.them.org> <20040820191958.225834D400C@stray.canids> <20040821123717.GB7138@white> <20040821192145.E5E14511B4A@stray.canids> <20040821202130.GC7442@white> In-Reply-To: <20040821202130.GC7442@white> on Sat, 21 Aug 2004 16:21:30 EDT from Bob Rossi Date: Sat, 21 Aug 2004 21:28:00 -0000 Message-Id: <20040821212852.C98D8511B4A@stray.canids> X-SW-Source: 2004-08/txt/msg00277.txt.bz2 Bob Rossi : > 1. Have to write a parser. (regex, recursive decent) > BTW, I guarantee the parser will have to be updated with every > release of GDB. so far, I haven't found that xml is any less work than that, and it usually feels like a lot more work, but I haven't used xml for anything substantial yet, so it may just be unfamiliarity. --