GDB (API)
|
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 GDB_FPREGSET_T gdb_fpregset_t |
typedef GDB_GREGSET_T gdb_gregset_t |
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.