|
GDB (xrefs)
|
#include "defs.h"#include "gdbcore.h"#include "regcache.h"#include "inferior.h"#include "target.h"#include "linux-nat.h"#include "inf-ptrace.h"#include <sys/procfs.h>#include "nat/gdb_ptrace.h"#include <linux/version.h>#include <asm/ptrace.h>#include "hppa-linux-offsets.h"#include "hppa-tdep.h"#include "gregset.h"Go to the source code of this file.
Macros | |
| #define | GR_REGNUM(_n) (HPPA_R0_REGNUM+_n) |
| #define | TR_REGNUM(_n) (HPPA_TR0_REGNUM+_n) |
Functions | |
| static CORE_ADDR | hppa_linux_register_addr (int regno, CORE_ADDR blockend) |
| static void | fetch_register (struct regcache *regcache, int regno) |
| static void | store_register (const struct regcache *regcache, int regno) |
| static void | hppa_linux_fetch_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regno) |
| static void | hppa_linux_store_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regno) |
| 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_hppa_linux_nat (void) |
Variables | |
| static const int | u_offsets [] |
| static const int | greg_map [] |
| #define GR_REGNUM | ( | _n | ) | (HPPA_R0_REGNUM+_n) |
Definition at line 180 of file hppa-linux-nat.c.
| #define TR_REGNUM | ( | _n | ) | (HPPA_TR0_REGNUM+_n) |
Definition at line 181 of file hppa-linux-nat.c.
| void _initialize_hppa_linux_nat | ( | void | ) |
Definition at line 381 of file hppa-linux-nat.c.
References hppa_linux_fetch_inferior_registers(), hppa_linux_store_inferior_registers(), linux_nat_add_target(), linux_target(), target_ops::to_fetch_registers, and target_ops::to_store_registers.
|
static |
Definition at line 214 of file hppa-linux-nat.c.
References _, regcache::arch(), error(), gdbarch_cannot_fetch_register(), gdbarch_register_name(), get_ptrace_pid(), hppa_linux_register_addr(), ptrace(), regcache_get_ptid(), regcache_raw_supply(), safe_strerror(), and selftests::ptid::tid.
Referenced by hppa_linux_fetch_inferior_registers().
| void fill_fpregset | ( | const struct regcache * | regcache, |
| gdb_fpregset_t * | fpregsetp, | ||
| int | regno | ||
| ) |
Definition at line 364 of file hppa-linux-nat.c.
References HPPA_FP0_REGNUM, and regcache_raw_collect().
| void fill_gregset | ( | const struct regcache * | regcache, |
| gdb_gregset_t * | gregsetp, | ||
| int | regno | ||
| ) |
Definition at line 324 of file hppa-linux-nat.c.
References greg_map, and regcache_raw_collect().
|
static |
Definition at line 266 of file hppa-linux-nat.c.
References regcache::arch(), fetch_register(), and gdbarch_num_regs().
Referenced by _initialize_hppa_linux_nat().
Definition at line 152 of file hppa-linux-nat.c.
References _, error(), and u_offsets.
Referenced by fetch_register(), and store_register().
|
static |
Definition at line 287 of file hppa-linux-nat.c.
References regcache::arch(), gdbarch_num_regs(), and store_register().
Referenced by _initialize_hppa_linux_nat().
|
static |
Definition at line 241 of file hppa-linux-nat.c.
References _, regcache::arch(), error(), gdbarch_cannot_store_register(), gdbarch_register_name(), get_ptrace_pid(), hppa_linux_register_addr(), ptrace(), regcache_get_ptid(), regcache_raw_collect(), safe_strerror(), and selftests::ptid::tid.
Referenced by hppa_linux_store_inferior_registers().
| void supply_fpregset | ( | struct regcache * | regcache, |
| const gdb_fpregset_t * | fpregsetp | ||
| ) |
Definition at line 345 of file hppa-linux-nat.c.
References HPPA_FP0_REGNUM, and regcache_raw_supply().
| void supply_gregset | ( | struct regcache * | regcache, |
| const gdb_gregset_t * | gregsetp | ||
| ) |
Definition at line 307 of file hppa-linux-nat.c.
References greg_map, and regcache_raw_supply().
|
static |
Definition at line 182 of file hppa-linux-nat.c.
Referenced by fill_gregset(), and supply_gregset().
|
static |
Definition at line 45 of file hppa-linux-nat.c.
Referenced by hppa_linux_register_addr().
1.8.14