summaryrefslogtreecommitdiffstats
path: root/stubs/gdbstub.c
Commit message (Collapse)AuthorAgeFilesLines
* stubs: Optimize dependencies for gdbstub.cStefan Weil2014-03-021-1/+3
| | | | | | | | | 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 <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber2013-07-271-0/+5
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>
OpenPOWER on IntegriCloud