Searched refs:target_xml (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/coregrind/m_gdbserver/ |
D | valgrind_low.h | 62 const char *target_xml; member
|
D | target.h | 103 char* (*target_xml)(void); member
|
D | server.c | 518 if ( ((*the_target->target_xml)() != NULL in handle_query() 547 annex = (*the_target->target_xml)(); in handle_query() 655 if ((*the_target->target_xml)() != NULL in handle_query()
|
D | valgrind-low.c | 391 return (char *) the_low_target.target_xml; in valgrind_target_xml()
|
/external/qemu/ |
D | gdbstub.c | 1344 static char target_xml[1024]; in get_feature_xml() local 1354 if (!target_xml[0]) { in get_feature_xml() 1357 snprintf(target_xml, sizeof(target_xml), in get_feature_xml() 1365 pstrcat(target_xml, sizeof(target_xml), "<xi:include href=\""); in get_feature_xml() 1366 pstrcat(target_xml, sizeof(target_xml), r->xml); in get_feature_xml() 1367 pstrcat(target_xml, sizeof(target_xml), "\"/>"); in get_feature_xml() 1369 pstrcat(target_xml, sizeof(target_xml), "</target>"); in get_feature_xml() 1371 return target_xml; in get_feature_xml()
|