GDB (xrefs)
Functions
/tmp/gdb-8.1/gdb/xml-tdesc.h File Reference
#include "common/gdb_optional.h"
#include <string>

Go to the source code of this file.

Functions

const struct target_descfile_read_description_xml (const char *filename)
 
const struct target_desctarget_read_description_xml (struct target_ops *)
 
gdb::optional< std::stringtarget_fetch_description_xml (target_ops *ops)
 

Function Documentation

◆ file_read_description_xml()

const struct target_desc* file_read_description_xml ( const char *  filename)

◆ target_fetch_description_xml()

gdb::optional<std::string> target_fetch_description_xml ( target_ops ops)

◆ target_read_description_xml()

const struct target_desc* target_read_description_xml ( struct target_ops )

Definition at line 708 of file xml-tdesc.c.

References fetch_available_features_from_target(), and tdesc_parse_xml().

Referenced by target_find_description().