GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
nto_target_ops Struct Reference

#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)
 

Detailed Description

Definition at line 33 of file nto-tdep.h.

Member Data Documentation

◆ cpuinfo_flags

unsigned nto_target_ops::cpuinfo_flags

Definition at line 41 of file nto-tdep.h.

◆ cpuinfo_valid

int nto_target_ops::cpuinfo_valid

Definition at line 44 of file nto-tdep.h.

◆ fetch_link_map_offsets

struct link_map_offsets *(* nto_target_ops::fetch_link_map_offsets) (void)

Definition at line 67 of file nto-tdep.h.

◆ is_nto_target

enum gdb_osabi(* nto_target_ops::is_nto_target) (bfd *abfd)

Definition at line 67 of file nto-tdep.h.

◆ register_area

int(* nto_target_ops::register_area) (struct gdbarch *, int, int, unsigned *)

Definition at line 63 of file nto-tdep.h.

◆ regset_fill

int(* nto_target_ops::regset_fill) (const struct regcache *, int, char *)

Definition at line 67 of file nto-tdep.h.

◆ regset_id

int(* nto_target_ops::regset_id) (int)

Definition at line 48 of file nto-tdep.h.

◆ supply_altregset

void(* nto_target_ops::supply_altregset) (struct regcache *, char *)

Definition at line 54 of file nto-tdep.h.

◆ supply_fpregset

void(* nto_target_ops::supply_fpregset) (struct regcache *, char *)

Definition at line 52 of file nto-tdep.h.

◆ supply_gregset

void(* nto_target_ops::supply_gregset) (struct regcache *, char *)

Definition at line 50 of file nto-tdep.h.

◆ supply_regset

void(* nto_target_ops::supply_regset) (struct regcache *, int, char *)

Definition at line 57 of file nto-tdep.h.


The documentation for this struct was generated from the following file: