GDB (API)
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 
)

Definition at line 639 of file aarch64-linux-nat.c.

void fill_gregset ( const struct regcache *  regcache,
gdb_gregset_t gregs,
int  regno 
)

Definition at line 612 of file aarch64-linux-nat.c.

void supply_fpregset ( struct regcache *  regcache,
const gdb_fpregset_t fpregs 
)

Definition at line 664 of file aarch64-linux-nat.c.

void supply_gregset ( struct regcache *  regcache,
const gdb_gregset_t gregs 
)

Definition at line 629 of file aarch64-linux-nat.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines