GDB (xrefs)
|
Public Attributes | |
enum bfd_architecture | bfd_architecture |
gdbarch_init_ftype * | init |
gdbarch_dump_tdep_ftype * | dump_tdep |
gdbarch_supports_arch_info_ftype * | supports_arch_info |
struct gdbarch_list * | arches |
struct gdbarch_registration * | next |
Definition at line 1258 of file arch-utils.c.
struct gdbarch_list* gdbarch_registration::arches |
Definition at line 1264 of file arch-utils.c.
Referenced by gdbarch_find_by_info().
enum bfd_architecture gdbarch_registration::bfd_architecture |
Definition at line 1260 of file arch-utils.c.
Referenced by gdbarch_find_by_info().
gdbarch_dump_tdep_ftype* gdbarch_registration::dump_tdep |
Definition at line 1262 of file arch-utils.c.
Referenced by gdbarch_find_by_info().
gdbarch_init_ftype* gdbarch_registration::init |
Definition at line 1261 of file arch-utils.c.
Referenced by gdbarch_find_by_info().
struct gdbarch_registration* gdbarch_registration::next |
Definition at line 1265 of file arch-utils.c.
Referenced by gdbarch_find_by_info(), gdbarch_printable_names(), and gdbarch_register().
gdbarch_supports_arch_info_ftype* gdbarch_registration::supports_arch_info |
Definition at line 1263 of file arch-utils.c.