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