GDB (xrefs)
|
Public Attributes | |
bool | fetched = false |
const struct target_desc * | tdesc = nullptr |
std::string | filename |
Definition at line 442 of file target-descriptions.c.
bool target_desc_info::fetched = false |
Definition at line 447 of file target-descriptions.c.
Referenced by target_clear_description(), target_current_description(), and target_find_description().
std::string target_desc_info::filename |
Definition at line 462 of file target-descriptions.c.
Referenced by maint_print_c_tdesc_cmd(), set_tdesc_filename_cmd(), show_tdesc_filename_cmd(), target_find_description(), and unset_tdesc_filename_cmd().
const struct target_desc* target_desc_info::tdesc = nullptr |
Definition at line 455 of file target-descriptions.c.
Referenced by maint_print_c_tdesc_cmd(), maint_print_xml_tdesc_cmd(), target_clear_description(), target_current_description(), and target_find_description().