|
GDB (API)
|
#include "defs.h"#include "inferior.h"#include "regcache.h"#include "alpha-tdep.h"#include "alphabsd-tdep.h"#include "inf-ptrace.h"#include <sys/types.h>#include <sys/ptrace.h>#include <machine/reg.h>#include "gregset.h"#include <sys/signal.h>#include <machine/pcb.h>#include "bsd-kvm.h"Go to the source code of this file.
Typedefs | |
| typedef struct reg | gregset_t |
| typedef struct fpreg | fpregset_t |
Functions | |
| void | supply_gregset (struct regcache *regcache, const gregset_t *gregsetp) |
| void | fill_gregset (const struct regcache *regcache, gregset_t *gregsetp, int regno) |
| void | supply_fpregset (struct regcache *regcache, const fpregset_t *fpregsetp) |
| void | fill_fpregset (const struct regcache *regcache, fpregset_t *fpregsetp, int regno) |
| void | _initialize_alphabsd_nat (void) |
| typedef struct fpreg fpregset_t |
Definition at line 41 of file alphabsd-nat.c.
Definition at line 37 of file alphabsd-nat.c.
| void _initialize_alphabsd_nat | ( | void | ) |
Definition at line 195 of file alphabsd-nat.c.
| void fill_fpregset | ( | const struct regcache * | regcache, |
| fpregset_t * | fpregsetp, | ||
| int | regno | ||
| ) |
Definition at line 68 of file alphabsd-nat.c.
| void fill_gregset | ( | const struct regcache * | regcache, |
| gregset_t * | gregsetp, | ||
| int | regno | ||
| ) |
Definition at line 56 of file alphabsd-nat.c.
| void supply_fpregset | ( | struct regcache * | regcache, |
| const fpregset_t * | fpregsetp | ||
| ) |
Definition at line 62 of file alphabsd-nat.c.
| void supply_gregset | ( | struct regcache * | regcache, |
| const gregset_t * | gregsetp | ||
| ) |
Definition at line 50 of file alphabsd-nat.c.
1.7.6.1