Statistics
| Branch: | Revision:

root / stubs / gdbstub.c @ feature-archipelago

History | View | Annotate | Download (216 Bytes)

# Date Author Comment
8ead6018 03/02/2014 03:13 pm Stefan Weil

stubs: Optimize dependencies for gdbstub.c

It does not need qemu-common.h. Including exec/gdbstub.h fixes a warning
from static code analyzers and avoids mismatching declarations for
xml_builtin.

Signed-off-by: Stefan Weil <>
Signed-off-by: Michael Tokarev <>

5b24c641 07/27/2013 01:04 am Andreas Färber

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 <>