This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to load XML target description?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]