|
GDB (API)
|
#include "defs.h"#include "gdb_string.h"#include "inferior.h"#include "gdbcore.h"#include "target.h"#include "procfs.h"#include "regcache.h"#include "alpha-tdep.h"#include <sys/ptrace.h>#include <alpha/coreregs.h>#include <sys/user.h>#include <sys/procfs.h>#include "gregset.h"Go to the source code of this file.
Defines | |
| #define | EFL (EF_SIZE / 8) |
Functions | |
| void | supply_gregset (struct regcache *regcache, const gdb_gregset_t *gregsetp) |
| void | fill_gregset (const struct regcache *regcache, gdb_gregset_t *gregsetp, int regno) |
| void | supply_fpregset (struct regcache *regcache, const gdb_fpregset_t *fpregsetp) |
| void | fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regno) |
| void | _initialize_alpha_nat (void) |
Variables | |
| initialize_file_ftype | _initialize_alpha_nat |
| void _initialize_alpha_nat | ( | void | ) |
Definition at line 203 of file alpha-nat.c.
| void fill_fpregset | ( | const struct regcache * | regcache, |
| gdb_fpregset_t * | fpregsetp, | ||
| int | regno | ||
| ) |
Definition at line 176 of file alpha-nat.c.
| void fill_gregset | ( | const struct regcache * | regcache, |
| gdb_gregset_t * | gregsetp, | ||
| int | regno | ||
| ) |
Definition at line 154 of file alpha-nat.c.
| void supply_fpregset | ( | struct regcache * | regcache, |
| const gdb_fpregset_t * | fpregsetp | ||
| ) |
Definition at line 167 of file alpha-nat.c.
| void supply_gregset | ( | struct regcache * | regcache, |
| const gdb_gregset_t * | gregsetp | ||
| ) |
Definition at line 145 of file alpha-nat.c.
1.7.6.1