Home
last modified time | relevance | path

Searched refs:tdesc_parse_xml (Results 1 – 12 of 12) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dxml-tdesc.c44 tdesc_parse_xml (const char *document, xml_fetch_another fetcher) in tdesc_parse_xml() function
619 tdesc_parse_xml (const char *document, xml_fetch_another fetcher) in tdesc_parse_xml() function
680 return tdesc_parse_xml (tdesc_str->data (), fetch_another); in file_read_description_xml()
717 return tdesc_parse_xml (tdesc_str->data (), fetch_another); in target_read_description_xml()
765 return tdesc_parse_xml (xml, [] (const char *href) in string_read_description_xml()
H A DChangeLog-20079559 (tdesc_parse_xml): Cache expanded descriptions.
9583 * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument. Expand
H A DChangeLog-20205768 * xml-tdesc.c [!defined(HAVE_LIBEXPAT)] (tdesc_parse_xml):
5982 * xml-tdesc.c (tdesc_parse_xml): Remove baton parameter.
H A DChangeLog-201111422 * xml-tdesc.c (tdesc_parse_xml): Ditto.
H A DChangeLog-201714093 (tdesc_parse_xml): Adjust to use std::string and unordered_map.
H A DChangeLog-201917248 (tdesc_parse_xml): Remove cleanups.
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dxml-tdesc.c39 tdesc_parse_xml (const char *document, xml_fetch_another fetcher, in tdesc_parse_xml() function
505 tdesc_parse_xml (const char *document, xml_fetch_another fetcher, in tdesc_parse_xml() function
587 tdesc = tdesc_parse_xml (tdesc_str, xml_fetch_content_from_file, dirname); in file_read_description_xml()
628 tdesc = tdesc_parse_xml (tdesc_str, in target_read_description_xml()
H A DChangeLog3909 * xml-tdesc.c (tdesc_parse_xml): Ditto.
H A DChangeLog-20079563 (tdesc_parse_xml): Cache expanded descriptions.
9587 * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument. Expand
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dxml-tdesc.c39 tdesc_parse_xml (const char *document, xml_fetch_another fetcher, in tdesc_parse_xml() function
505 tdesc_parse_xml (const char *document, xml_fetch_another fetcher, in tdesc_parse_xml() function
587 tdesc = tdesc_parse_xml (tdesc_str, xml_fetch_content_from_file, dirname); in file_read_description_xml()
628 tdesc = tdesc_parse_xml (tdesc_str, in target_read_description_xml()
H A DChangeLog-20079563 (tdesc_parse_xml): Cache expanded descriptions.
9587 * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument. Expand
H A DChangeLog-201111422 * xml-tdesc.c (tdesc_parse_xml): Ditto.