|
GDB (xrefs)
|
Public Attributes | |
| struct target_desc * | tdesc |
| struct tdesc_feature * | current_feature |
| int | next_regnum |
| tdesc_type_with_fields * | current_type |
| int | current_type_size |
Definition at line 73 of file xml-tdesc.c.
| struct tdesc_feature* tdesc_parsing_data::current_feature |
Definition at line 79 of file xml-tdesc.c.
Referenced by tdesc_start_enum(), tdesc_start_feature(), tdesc_start_field(), tdesc_start_flags(), tdesc_start_reg(), tdesc_start_struct(), tdesc_start_union(), and tdesc_start_vector().
| tdesc_type_with_fields* tdesc_parsing_data::current_type |
Definition at line 86 of file xml-tdesc.c.
Referenced by tdesc_start_enum(), tdesc_start_enum_value(), tdesc_start_field(), tdesc_start_flags(), tdesc_start_struct(), and tdesc_start_union().
| int tdesc_parsing_data::current_type_size |
Definition at line 90 of file xml-tdesc.c.
Referenced by tdesc_start_enum(), tdesc_start_field(), tdesc_start_flags(), tdesc_start_struct(), and tdesc_start_union().
| int tdesc_parsing_data::next_regnum |
Definition at line 83 of file xml-tdesc.c.
Referenced by tdesc_start_reg().
| struct target_desc* tdesc_parsing_data::tdesc |
Definition at line 76 of file xml-tdesc.c.
Referenced by tdesc_end_arch(), tdesc_end_compatible(), tdesc_end_osabi(), tdesc_parse_xml(), and tdesc_start_feature().
1.8.14