Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dgdbstub.c569 static const char *gdb_get_core_xml_file(CPUState *cpu) in gdb_get_core_xml_file() function
577 if (cc->gdb_get_core_xml_file) { in gdb_get_core_xml_file()
578 return cc->gdb_get_core_xml_file(cpu); in gdb_get_core_xml_file()
587 const char *xmlfile = gdb_get_core_xml_file(cpu); in gdb_init_cpu()
1675 if (gdb_get_core_xml_file(first_cpu)) { in handle_query_supported()
1732 if (!gdb_get_core_xml_file(gdbserver_state.g_cpu)) { in handle_query_xfer_features()
/openbmc/qemu/include/hw/core/
H A Dcpu.h173 const char * (*gdb_get_core_xml_file)(CPUState *cpu); member
/openbmc/qemu/target/arm/
H A Dcpu.c2765 cc->gdb_get_core_xml_file = arm_gdb_get_core_xml_file; in arm_cpu_class_init()