GDB (xrefs)
Typedefs | Functions
/home/stan/gdb/src/gdb/gregset.h File Reference

Go to the source code of this file.

Typedefs

typedef GDB_GREGSET_T gdb_gregset_t
typedef GDB_FPREGSET_T gdb_fpregset_t

Functions

void supply_gregset (struct regcache *regcache, const gdb_gregset_t *gregs)
void supply_fpregset (struct regcache *regcache, const gdb_fpregset_t *fpregs)
void fill_gregset (const struct regcache *regcache, gdb_gregset_t *gregs, int regno)
void fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregs, int regno)

Typedef Documentation

Definition at line 35 of file gregset.h.

Definition at line 34 of file gregset.h.


Function Documentation

void fill_fpregset ( const struct regcache regcache,
gdb_fpregset_t fpregs,
int  regno 
)
void fill_gregset ( const struct regcache regcache,
gdb_gregset_t gregs,
int  regno 
)
void supply_fpregset ( struct regcache regcache,
const gdb_fpregset_t fpregs 
)
void supply_gregset ( struct regcache regcache,
const gdb_gregset_t gregs 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines