Statistics
| Branch: | Revision:

root / gdb-xml / power64-core.xml @ feature-archipelago

History | View | Annotate | Download (2.1 kB)

# Date Author Comment
22555301 07/13/2009 12:42 am Nathan Froyd

gdb-xml: fix hacks in powerpc register numbering

The powerpc xml files contained a hack--an empty, non-existent
register--for getting the register numbers to line up for
newer (XML-aware) and older (non-XML-aware) GDB. While this hack worked
in some cases, it didn't work in all cases, notably when the user used...

d2c75345 03/08/2009 12:00 am aurel32

Work around QEMU GDB stub suboptimality

The current XML files claim, on floating point-supporting Power chips,
that $f0 is register 70. This would be fine, except that register 70
for non-XML-aware GDB is FPSCR. More importantly, 70 is less than
NUM_CORE_REGS (71) for Power, so a request for register 70 goes to the...

c8b3532d 01/24/2009 05:07 pm aurel32

target-ppc: Add XML files for PowerPC registers

These files are nearly identical to the XML files provided with GDB.
The only difference is that power-{fpu,spe}.xml do not assign register
numbers; the internal QEMU machinery takes care of that.

Define gdb_xml_files for ppc targets in configure as well....