GDB (xrefs)
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
gregset.h File Reference

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

◆ GDB_FPREGSET_T

#define GDB_FPREGSET_T   fpregset_t

Definition at line 31 of file gregset.h.

◆ GDB_GREGSET_T

#define GDB_GREGSET_T   gregset_t

Definition at line 27 of file gregset.h.

Typedef Documentation

◆ gdb_fpregset_t

Definition at line 35 of file gregset.h.

◆ gdb_gregset_t

Definition at line 34 of file gregset.h.

Function Documentation

◆ fill_fpregset()

void fill_fpregset ( const struct regcache * regcache,
gdb_fpregset_t * fpregs,
int regno )
extern

◆ fill_gregset()

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

◆ supply_fpregset()

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

◆ supply_gregset()

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