GDB (xrefs)
Macros | Typedefs | Functions
/tmp/gdb-7.10/gdb/gregset.h File Reference
#include <sys/procfs.h>

Go to the source code of this file.

Macros

#define GDB_GREGSET_T   gregset_t
 
#define GDB_FPREGSET_T   fpregset_t
 

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)
 

Macro Definition Documentation

#define GDB_FPREGSET_T   fpregset_t

Definition at line 31 of file gregset.h.

#define GDB_GREGSET_T   gregset_t

Definition at line 27 of file gregset.h.

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 
)