Home
last modified time | relevance | path

Searched refs:xmlname (Results 1 – 2 of 2) sorted by relevance

/qemu/include/exec/
H A Dgdbstub.h14 const char *xmlname; member
71 const char *name, const char *xmlname,
112 const GDBFeature *gdb_find_static_feature(const char *xmlname);
/qemu/gdbstub/
H A Dgdbstub.c390 r->feature->xmlname)); in get_feature_xml()
402 if (strncmp(p, r->feature->xmlname, len) == 0) { in get_feature_xml()
412 const char *name, const char *xmlname, in gdb_feature_builder_init() argument
426 feature->xmlname = xmlname; in gdb_feature_builder_init()
482 const GDBFeature *gdb_find_static_feature(const char *xmlname) in gdb_find_static_feature() argument
486 for (feature = gdb_static_features; feature->xmlname; feature++) { in gdb_find_static_feature()
487 if (!strcmp(feature->xmlname, xmlname)) { in gdb_find_static_feature()