Home
last modified time | relevance | path

Searched refs:xml_find_attribute (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dxml-tdesc.c155 char *version = xml_find_attribute (attributes, "version")->value; in tdesc_start_target()
171 char *name = xml_find_attribute (attributes, "name")->value; in tdesc_start_feature()
236 char *id = xml_find_attribute (attributes, "id")->value; in tdesc_start_union()
252 char *id = xml_find_attribute (attributes, "id")->value; in tdesc_start_struct()
261 attr = xml_find_attribute (attributes, "size"); in tdesc_start_struct()
277 char *id = xml_find_attribute (attributes, "id")->value; in tdesc_start_flags()
279 xml_find_attribute (attributes, "size")->value; in tdesc_start_flags()
303 field_name = xml_find_attribute (attributes, "name")->value; in tdesc_start_field()
305 attr = xml_find_attribute (attributes, "type"); in tdesc_start_field()
311 attr = xml_find_attribute (attributes, "start"); in tdesc_start_field()
[all …]
H A Dmemory-map.c66 start_p = xml_find_attribute (attributes, "start")->value; in memory_map_start_memory()
67 length_p = xml_find_attribute (attributes, "length")->value; in memory_map_start_memory()
68 type_p = xml_find_attribute (attributes, "type")->value; in memory_map_start_memory()
103 name = xml_find_attribute (attributes, "name")->value; in memory_map_start_property()
H A Dsolib-target.c87 ULONGEST *address_p = xml_find_attribute (attributes, "address")->value; in library_list_start_segment()
104 ULONGEST *address_p = xml_find_attribute (attributes, "address")->value; in library_list_start_section()
123 const char *name = xml_find_attribute (attributes, "name")->value; in library_list_start_library()
151 char *version = xml_find_attribute (attributes, "version")->value; in library_list_start_list()
H A Dbtrace.c461 const char *version = xml_find_attribute (attributes, "version")->value; in check_xml_btrace_version()
481 begin = xml_find_attribute (attributes, "begin")->value; in parse_xml_btrace_block()
482 end = xml_find_attribute (attributes, "end")->value; in parse_xml_btrace_block()
H A Dosdata.c71 type = xml_find_attribute (attributes, "type")->value; in osdata_start_osdata()
98 const char *name = xml_find_attribute (attributes, "name")->value; in osdata_start_column()
H A Dxml-support.h221 struct gdb_xml_value *xml_find_attribute (VEC(gdb_xml_value_s) *attributes,
H A Dsolib-svr4.c998 const char *name = xml_find_attribute (attributes, "name")->value; in library_list_start_library()
999 ULONGEST *lmp = xml_find_attribute (attributes, "lm")->value; in library_list_start_library()
1000 ULONGEST *l_addrp = xml_find_attribute (attributes, "l_addr")->value; in library_list_start_library()
1001 ULONGEST *l_ldp = xml_find_attribute (attributes, "l_ld")->value; in library_list_start_library()
1026 const char *version = xml_find_attribute (attributes, "version")->value; in svr4_library_list_start_list()
1027 struct gdb_xml_value *main_lm = xml_find_attribute (attributes, "main-lm"); in svr4_library_list_start_list()
H A Dxml-support.c144 xml_find_attribute (VEC(gdb_xml_value_s) *attributes, const char *name) in xml_find_attribute() function
776 char *href = xml_find_attribute (attributes, "href")->value; in xinclude_start_include()
H A Dtracepoint.c5097 start_p = xml_find_attribute (attributes, "start")->value; in traceframe_info_start_memory()
5098 length_p = xml_find_attribute (attributes, "length")->value; in traceframe_info_start_memory()
H A Dremote.c2624 id = xml_find_attribute (attributes, "id")->value; in start_thread()
2627 attr = xml_find_attribute (attributes, "core"); in start_thread()