Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stubs: Optimize dependencies for gdbstub.c | Stefan Weil | 2014-03-02 | 1 | -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_XML | Andreas Färber | 2013-07-27 | 1 | -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> |