]> Git Repo - qemu.git/commit - target/m68k/cpu.c
cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML
authorAndreas Färber <[email protected]>
Sun, 7 Jul 2013 13:08:22 +0000 (15:08 +0200)
committerAndreas Färber <[email protected]>
Fri, 26 Jul 2013 22:04:17 +0000 (00:04 +0200)
commit5b24c64188b8253e2f004191c7e8d4a799f90eaa
treeb1627f8c9f96b3d2f8fb6bd154b6c84a82648ea3
parent90431220be42d773084d88635961a45febb01c5d
cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML

Replace the GDB_CORE_XML define in gdbstub.c with a CPUClass field.
Use first_cpu for qSupported and qXfer:features:read: for now.
Add a stub for xml_builtin.

Signed-off-by: Andreas Färber <[email protected]>
gdbstub.c
include/qom/cpu.h
stubs/Makefile.objs
stubs/gdbstub.c [new file with mode: 0644]
target-arm/cpu.c
target-m68k/cpu.c
target-ppc/translate_init.c
This page took 0.027906 seconds and 4 git commands to generate.