|
@@ -133,9 +133,6 @@ struct SysemuCPUOps;
|
|
|
* before the insn which triggers a watchpoint rather than after it.
|
|
|
* @gdb_arch_name: Optional callback that returns the architecture name known
|
|
|
* to GDB. The caller must free the returned string with g_free.
|
|
|
- * @gdb_get_dynamic_xml: Callback to return dynamically generated XML for the
|
|
|
- * gdb stub. Returns a pointer to the XML contents for the specified XML file
|
|
|
- * or NULL if the CPU doesn't have a dynamically generated content for it.
|
|
|
* @disas_set_info: Setup architecture specific components of disassembly info
|
|
|
* @adjust_watchpoint_address: Perform a target-specific adjustment to an
|
|
|
* address before attempting to match it against watchpoints.
|
|
@@ -167,7 +164,6 @@ struct CPUClass {
|
|
|
|
|
|
const char *gdb_core_xml_file;
|
|
|
const gchar * (*gdb_arch_name)(CPUState *cpu);
|
|
|
- const char * (*gdb_get_dynamic_xml)(CPUState *cpu, const char *xmlname);
|
|
|
|
|
|
void (*disas_set_info)(CPUState *cpu, disassemble_info *info);
|
|
|
|