GDB (xrefs)
|
#include "defs.h"
#include "target.h"
#include "regcache.h"
#include "linux-nat.h"
#include "alpha-tdep.h"
#include <sys/ptrace.h>
#include <alpha/ptrace.h>
#include <sys/procfs.h>
#include "gregset.h"
Go to the source code of this file.
Defines | |
#define | ALPHA_UNIQUE_PTRACE_ADDR 65 |
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) |
static CORE_ADDR | alpha_linux_register_u_offset (struct gdbarch *gdbarch, int regno, int store_p) |
void | _initialialize_alpha_linux_nat (void) |
void | _initialize_alpha_linux_nat (void) |
#define ALPHA_UNIQUE_PTRACE_ADDR 65 |
Definition at line 33 of file alpha-linux-nat.c.
Referenced by alpha_linux_register_u_offset().
void _initialialize_alpha_linux_nat | ( | void | ) |
void _initialize_alpha_linux_nat | ( | void | ) |
Definition at line 97 of file alpha-linux-nat.c.
References alpha_linux_register_u_offset(), linux_nat_add_target(), and linux_trad_target().
static CORE_ADDR alpha_linux_register_u_offset | ( | struct gdbarch * | gdbarch, |
int | regno, | ||
int | store_p | ||
) | [static] |
Definition at line 82 of file alpha-linux-nat.c.
References ALPHA_UNIQUE_PTRACE_ADDR, ALPHA_UNIQUE_REGNUM, FPR_BASE, gdbarch_fp0_regnum(), gdbarch_pc_regnum(), and PC.
Referenced by _initialize_alpha_linux_nat().
void fill_fpregset | ( | const struct regcache * | regcache, |
gdb_fpregset_t * | fpregsetp, | ||
int | regno | ||
) |
Definition at line 71 of file alpha-linux-nat.c.
References alpha_fill_fp_regs().
void fill_gregset | ( | const struct regcache * | regcache, |
gdb_gregset_t * | gregsetp, | ||
int | regno | ||
) |
Definition at line 49 of file alpha-linux-nat.c.
References alpha_fill_int_regs().
void supply_fpregset | ( | struct regcache * | regcache, |
const gdb_fpregset_t * | fpregsetp | ||
) |
Definition at line 62 of file alpha-linux-nat.c.
References alpha_supply_fp_regs().
void supply_gregset | ( | struct regcache * | regcache, |
const gdb_gregset_t * | gregsetp | ||
) |
Definition at line 40 of file alpha-linux-nat.c.
References alpha_supply_int_regs().