From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22766 invoked by alias); 31 May 2007 21:40:55 -0000 Received: (qmail 22754 invoked by uid 22791); 31 May 2007 21:40:55 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 31 May 2007 21:40:52 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 0B8AA982DF; Thu, 31 May 2007 21:40:50 +0000 (GMT) Received: from false.org (nc-76-4-218-255.dyn.embarqhsd.net [76.4.218.255]) by nan.false.org (Postfix) with ESMTP id 7ECD7982DE; Thu, 31 May 2007 21:40:49 +0000 (GMT) Date: Thu, 31 May 2007 21:43:00 -0000 From: Daniel Jacobowitz To: Ulrich Weigand Cc: Pedro Alves , gdb-patches@sourceware.org, Joel Brobecker Subject: Re: [commit/AIX] Fix error when loading core file Message-ID: <20070531214050.GA30490@them.org> Mail-Followup-To: Ulrich Weigand , Pedro Alves , gdb-patches@sourceware.org, Joel Brobecker References: <20070528205203.GA911@localhost.localdomain> <200705312107.l4VL7o1X011554@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705312107.l4VL7o1X011554@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00447.txt.bz2 On Thu, May 31, 2007 at 11:07:50PM +0200, Ulrich Weigand wrote: > Do we also have infrastructure to *generate* XML? We have to create > those contents in GDB (at least for the core file and AIX native > target cases). Right. We don't yet, but so far I've not had a problem; generating XML is usually very simple, unless you want to handle escaping of special characters. If we do want to we could add a couple of simple helper functions for that. I don't think it would be more than an hour or two's work. -- Daniel Jacobowitz CodeSourcery