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>
6 lines
85 B
C
6 lines
85 B
C
#include "qemu-common.h"
|
|
|
|
const char *const xml_builtin[][2] = {
|
|
{ NULL, NULL }
|
|
};
|