GDB (xrefs)
|
Public Attributes | |
std::vector< tdesc_arch_reg > | arch_regs |
gdbarch_register_name_ftype * | pseudo_register_name = NULL |
gdbarch_register_type_ftype * | pseudo_register_type = NULL |
gdbarch_register_reggroup_p_ftype * | pseudo_register_reggroup_p = NULL |
Definition at line 424 of file target-descriptions.c.
std::vector<tdesc_arch_reg> tdesc_arch_data::arch_regs |
Definition at line 432 of file target-descriptions.c.
Referenced by tdesc_find_arch_register().
gdbarch_register_name_ftype* tdesc_arch_data::pseudo_register_name = NULL |
Definition at line 436 of file target-descriptions.c.
gdbarch_register_reggroup_p_ftype* tdesc_arch_data::pseudo_register_reggroup_p = NULL |
Definition at line 438 of file target-descriptions.c.
gdbarch_register_type_ftype* tdesc_arch_data::pseudo_register_type = NULL |
Definition at line 437 of file target-descriptions.c.