From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3955 invoked by alias); 4 Feb 2010 20:47:51 -0000 Received: (qmail 3947 invoked by uid 22791); 4 Feb 2010 20:47:50 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Feb 2010 20:47:46 +0000 Received: (qmail 18758 invoked from network); 4 Feb 2010 20:47:45 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Feb 2010 20:47:45 -0000 Date: Thu, 04 Feb 2010 20:47:00 -0000 From: Daniel Jacobowitz To: "H.J. Lu" Cc: GDB Subject: Re: How to load XML target description? Message-ID: <20100204204739.GA6741@caradoc.them.org> Mail-Followup-To: "H.J. Lu" , GDB References: <6dc9ffc81002041236v1d331589k9e6d748c8a1a7b0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6dc9ffc81002041236v1d331589k9e6d748c8a1a7b0@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-02/txt/msg00134.txt.bz2 On Thu, Feb 04, 2010 at 12:36:35PM -0800, H.J. Lu wrote: > and in gdb I got > > (gdb) target remote :10000 > Remote debugging using :10000 > warning: while parsing target description (at line 14): Could not load > XML document "32bit-core.xml" > warning: Could not load XML target description; ignoring > Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done. > Loaded symbols for /lib/ld-linux.so.2 > 0x0042e850 in _start () from /lib/ld-linux.so.2 > (gdb) help set > > 32bit-core.xml is in my gdb source tree and not installed by "make install". How > do I resolve this? See srv_xmlfiles in gdbserver/configure.srv. GDB expects to get the file over the remote protocol. -- Daniel Jacobowitz CodeSourcery