GDB (xrefs)
|
#include "nto-tdep.h"
Public Attributes | |
unsigned | cpuinfo_flags |
int | cpuinfo_valid |
int(* | regset_id )(int) |
void(* | supply_gregset )(struct regcache *, char *) |
void(* | supply_fpregset )(struct regcache *, char *) |
void(* | supply_altregset )(struct regcache *, char *) |
void(* | supply_regset )(struct regcache *, int, char *) |
int(* | register_area )(struct gdbarch *, int, int, unsigned *) |
int(* | regset_fill )(const struct regcache *, int, char *) |
struct link_map_offsets *(* | fetch_link_map_offsets )(void) |
enum gdb_osabi(* | is_nto_target )(bfd *abfd) |
Definition at line 33 of file nto-tdep.h.
unsigned nto_target_ops::cpuinfo_flags |
Definition at line 41 of file nto-tdep.h.
int nto_target_ops::cpuinfo_valid |
Definition at line 44 of file nto-tdep.h.
struct link_map_offsets *(* nto_target_ops::fetch_link_map_offsets) (void) |
Definition at line 67 of file nto-tdep.h.
enum gdb_osabi(* nto_target_ops::is_nto_target) (bfd *abfd) |
Definition at line 67 of file nto-tdep.h.
int(* nto_target_ops::register_area) (struct gdbarch *, int, int, unsigned *) |
Definition at line 63 of file nto-tdep.h.
int(* nto_target_ops::regset_fill) (const struct regcache *, int, char *) |
Definition at line 67 of file nto-tdep.h.
int(* nto_target_ops::regset_id) (int) |
Definition at line 48 of file nto-tdep.h.
void(* nto_target_ops::supply_altregset) (struct regcache *, char *) |
Definition at line 54 of file nto-tdep.h.
void(* nto_target_ops::supply_fpregset) (struct regcache *, char *) |
Definition at line 52 of file nto-tdep.h.
void(* nto_target_ops::supply_gregset) (struct regcache *, char *) |
Definition at line 50 of file nto-tdep.h.
void(* nto_target_ops::supply_regset) (struct regcache *, int, char *) |
Definition at line 57 of file nto-tdep.h.