|
GDB (xrefs)
|
Public Member Functions | |
| target_desc () | |
| virtual | ~target_desc ()=default |
| target_desc (const target_desc &)=delete | |
| void | operator= (const target_desc &)=delete |
| void | accept (tdesc_element_visitor &v) const override |
| bool | operator== (const target_desc &other) const |
| bool | operator!= (const target_desc &other) const |
Public Attributes | |
| const struct bfd_arch_info * | arch = NULL |
| enum gdb_osabi | osabi = GDB_OSABI_UNKNOWN |
| std::vector< const bfd_arch_info * > | compatible |
| std::vector< property > | properties |
| std::vector< tdesc_feature_up > | features |
Definition at line 591 of file target-descriptions.c.
|
inline |
Definition at line 593 of file target-descriptions.c.
Referenced by allocate_target_description(), and free_target_description().
|
virtualdefault |
|
delete |
|
inlineoverridevirtual |
Implements tdesc_element.
Definition at line 617 of file target-descriptions.c.
References features, tdesc_element_visitor::visit_post(), and tdesc_element_visitor::visit_pre().
Referenced by maint_print_c_tdesc_cmd().
|
inline |
Definition at line 650 of file target-descriptions.c.
|
delete |
|
inline |
Definition at line 627 of file target-descriptions.c.
| const struct bfd_arch_info* target_desc::arch = NULL |
Definition at line 602 of file target-descriptions.c.
Referenced by operator==(), set_tdesc_architecture(), tdesc_architecture(), and tdesc_compatible_p().
| std::vector<const bfd_arch_info *> target_desc::compatible |
Definition at line 609 of file target-descriptions.c.
Referenced by tdesc_add_compatible(), tdesc_compatible_p(), and print_c_tdesc::visit_pre().
| std::vector<tdesc_feature_up> target_desc::features |
Definition at line 615 of file target-descriptions.c.
Referenced by accept(), operator==(), tdesc_create_feature(), tdesc_find_feature(), tdesc_has_registers(), and tdesc_use_registers().
| enum gdb_osabi target_desc::osabi = GDB_OSABI_UNKNOWN |
Definition at line 606 of file target-descriptions.c.
Referenced by operator==(), set_tdesc_osabi(), and tdesc_osabi().
| std::vector<property> target_desc::properties |
Definition at line 612 of file target-descriptions.c.
Referenced by set_tdesc_property(), tdesc_property(), and print_c_tdesc::visit_pre().
1.8.14