qemu/gdb-xml
Abdallah Bouassida b8158192fa target/i386: Add GDB XML description for SSE registers
Add an XML description for SSE registers (XMM+MXCSR) for both X86
and X86-64 architectures in the GDB stub:
- configure: Define gdb_xml_files for the X86 targets (32 and 64bit).
- gdb-xml/i386-32bit-sse.xml & gdb-xml/i386-64bit-sse.xml: The XML files
that contain a description of the XMM + MXCSR registers.
- gdb-xml/i386-32bit.xml & gdb-xml/i386-64bit.xml: wrappers that include
the XML file of the core registers and the other XML file of the SSE registers.
- target/i386/cpu.c: Modify the gdb_core_xml_file to the new XML wrapper,
  modify the gdb_num_core_regs to fit the registers number defined in each
  XML file.

Signed-off-by: Abdallah Bouassida <abdallah.bouassida@lauterbach.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-06-07 18:22:02 +02:00
..
aarch64-core.xml
aarch64-fpu.xml
arm-core.xml
arm-neon.xml
arm-vfp.xml
arm-vfp3.xml
cf-core.xml
cf-fp.xml
i386-32bit-core.xml target/i386: Add GDB XML register description support 2017-05-05 12:09:59 +02:00
i386-32bit-sse.xml target/i386: Add GDB XML description for SSE registers 2017-06-07 18:22:02 +02:00
i386-32bit.xml target/i386: Add GDB XML description for SSE registers 2017-06-07 18:22:02 +02:00
i386-64bit-core.xml target/i386: Add GDB XML register description support 2017-05-05 12:09:59 +02:00
i386-64bit-sse.xml target/i386: Add GDB XML description for SSE registers 2017-06-07 18:22:02 +02:00
i386-64bit.xml target/i386: Add GDB XML description for SSE registers 2017-06-07 18:22:02 +02:00
power-altivec.xml
power-core.xml
power-fpu.xml
power-spe.xml
power-vsx.xml
power64-core.xml
s390-acr.xml
s390-cr.xml
s390-fpr.xml
s390-virt.xml
s390-vx.xml
s390x-core64.xml