Searched refs:gdb_get_core_xml_file (Results 1 – 3 of 3) sorted by relevance
568 static const char *gdb_get_core_xml_file(CPUState *cpu) in gdb_get_core_xml_file() function576 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()
173 const char * (*gdb_get_core_xml_file)(CPUState *cpu); member
2787 cc->gdb_get_core_xml_file = arm_gdb_get_core_xml_file; in arm_cpu_class_init()