Statistics
| Branch: | Revision:

root / gdb-xml / power-core.xml @ 79d342dc

History | View | Annotate | Download (2.7 kB)

# Date Author Comment
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....