From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10648 invoked by alias); 1 Aug 2006 01:01:52 -0000 Received: (qmail 10640 invoked by uid 22791); 1 Aug 2006 01:01:52 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 01 Aug 2006 01:01:50 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G7idp-0006be-A5; Mon, 31 Jul 2006 21:01:49 -0400 Date: Tue, 01 Aug 2006 01:01:00 -0000 From: Daniel Jacobowitz To: Mark Kettenis , gdb-patches@sourceware.org Subject: Re: [RFC] Add expat to the GDB sources Message-ID: <20060801010149.GA25373@nevyn.them.org> Mail-Followup-To: Mark Kettenis , gdb-patches@sourceware.org References: <20060724152438.GA17094@trixie.casa.cgf.cx> <20060724195118.GE13612@nevyn.them.org> <20060724214157.GC25632@trixie.casa.cgf.cx> <200607242229.k6OMTR1a022831@elgar.sibelius.xs4all.nl> <20060731173312.GA10875@nevyn.them.org> <20060731202422.GA16346@nevyn.them.org> <200607312132.k6VLWpMT002274@elgar.sibelius.xs4all.nl> <20060801004245.GA24099@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060801004245.GA24099@nevyn.them.org> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00002.txt.bz2 On Mon, Jul 31, 2006 at 08:42:45PM -0400, Daniel Jacobowitz wrote: > The XML code has both architecture and target components. While the > only target to implement it is remote.c, it's easy to keep it optional, > and I'm willing. But I've already got patches which use this for the > sim/ simulators and for native arm-linux debugging, and I have requests > sitting in my queue to do similar things for two native PowerPC > variants (74xx and e500; and at least the 74xx is a popular native > architecture). ... But we could probably find other ways to use the XML data files for native/sim architectures now that I think about it; we could preprocess them into C structures and store the C structures in CVS. That's actually not too hard. So, optional can work, at least for now. -- Daniel Jacobowitz CodeSourcery