mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
5b24c64188
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>
5 lines
85 B
C
5 lines
85 B
C
#include "qemu-common.h"
|
|
|
|
const char *const xml_builtin[][2] = {
|
|
{ NULL, NULL }
|
|
};
|