GDB (xrefs)
|
#include "gdbsupport/gdb_optional.h"
#include <string>
Go to the source code of this file.
Functions | |
const struct target_desc * | file_read_description_xml (const char *filename) |
const struct target_desc * | target_read_description_xml (struct target_ops *) |
gdb::optional< std::string > | target_fetch_description_xml (target_ops *ops) |
const struct target_desc * | string_read_description_xml (const char *xml) |
const struct target_desc * file_read_description_xml | ( | const char * | filename | ) |
Definition at line 664 of file xml-tdesc.c.
References ldirname(), name, tdesc_parse_xml(), and xml_fetch_content_from_file().
Referenced by maint_print_c_tdesc_cmd(), maint_print_xml_tdesc_cmd(), maintenance_check_xml_descriptions(), and target_find_description().
const struct target_desc * string_read_description_xml | ( | const char * | xml | ) |
Definition at line 763 of file xml-tdesc.c.
References tdesc_parse_xml().
Referenced by maintenance_check_tdesc_xml_convert(), and core_target::read_description().
gdb::optional< std::string > target_fetch_description_xml | ( | target_ops * | ops | ) |
Definition at line 725 of file xml-tdesc.c.
References fetch_available_features_from_target(), name, and xml_process_xincludes().
Referenced by tfile_write_tdesc().
const struct target_desc * target_read_description_xml | ( | struct target_ops * | ops | ) |
Definition at line 705 of file xml-tdesc.c.
References fetch_available_features_from_target(), name, and tdesc_parse_xml().
Referenced by target_find_description().