mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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 <afaerber@suse.de>
This commit is contained in:
parent
90431220be
commit
5b24c64188
7 changed files with 29 additions and 28 deletions
|
@ -7,6 +7,7 @@ stub-obj-y += fdset-add-fd.o
|
|||
stub-obj-y += fdset-find-fd.o
|
||||
stub-obj-y += fdset-get-fd.o
|
||||
stub-obj-y += fdset-remove-fd.o
|
||||
stub-obj-y += gdbstub.o
|
||||
stub-obj-y += get-fd.o
|
||||
stub-obj-y += get-vm-name.o
|
||||
stub-obj-y += iothread-lock.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue