Allow powerpc-*-lynxos* GDBserver to send register map via XML...
authorJoel Brobecker <brobecker@gnat.com>
Mon, 7 Jan 2013 11:39:25 +0000 (11:39 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 7 Jan 2013 11:39:25 +0000 (11:39 +0000)
commit50681a27052bb304959dd6beb1bd38bc3c27fa23
tree075bd06502ffdb59886710b2cdc4b972319222b6
parent3f6e77ef16e580abf959d28f5a090a79160937aa
Allow powerpc-*-lynxos* GDBserver to send register map via XML...

... back to GDB.  The transfer occurs when GDB sends the
'qXfer:features:read:target.xml' packet.  This allows us to make
sure that GDB and GDBserver use the same register numbering.
This is important on Lynx 178, where GDB selects the rs6000:6000
architecture by default instead of the powerpc:common architecture.

gdb/gdbserver/ChangeLog:

        * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
gdb/gdbserver/ChangeLog
gdb/gdbserver/configure.srv
This page took 0.029436 seconds and 4 git commands to generate.