Home
last modified time | relevance | path

Searched refs:gdb_get_core_xml_file (Results 1 – 3 of 3) sorted by relevance

/qemu/gdbstub/
H A Dgdbstub.c568 static const char *gdb_get_core_xml_file(CPUState *cpu) in gdb_get_core_xml_file() function
576 if (cc->gdb_get_core_xml_file) { in gdb_get_core_xml_file()
577 return cc->gdb_get_core_xml_file(cpu); in gdb_get_core_xml_file()
586 const char *xmlfile = gdb_get_core_xml_file(cpu); in gdb_init_cpu()
1662 if (gdb_get_core_xml_file(first_cpu)) { in handle_query_supported()
1719 if (!gdb_get_core_xml_file(gdbserver_state.g_cpu)) { in handle_query_xfer_features()
/qemu/include/hw/core/
H A Dcpu.h173 const char * (*gdb_get_core_xml_file)(CPUState *cpu); member
/qemu/target/arm/
H A Dcpu.c2787 cc->gdb_get_core_xml_file = arm_gdb_get_core_xml_file; in arm_cpu_class_init()