|
GDB (xrefs)
|
#include "defs.h"#include "inferior.h"#include "gdbcore.h"#include "regcache.h"#include "linux-nat.h"#include "inf-ptrace.h"#include "nat/gdb_ptrace.h"#include <sys/procfs.h>#include "gdb_proc_service.h"#include "gregset.h"Go to the source code of this file.
Functions | |
| void | supply_gregset (struct regcache *regcache, const elf_gregset_t *gregsetp) |
| void | fill_gregset (const struct regcache *regcache, elf_gregset_t *gregsetp, int regno) |
| void | supply_fpregset (struct regcache *regcache, const elf_fpregset_t *fpregsetp) |
| void | fill_fpregset (const struct regcache *regcache, elf_fpregset_t *fpregsetp, int regno) |
| static void | fetch_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum) |
| static void | store_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum) |
| void | _initialize_tile_linux_nat (void) |
Variables | |
| static const int | regmap [] |
| void _initialize_tile_linux_nat | ( | void | ) |
Definition at line 158 of file tilegx-linux-nat.c.
References fetch_inferior_registers(), linux_nat_add_target(), linux_target(), store_inferior_registers(), target_ops::to_fetch_registers, and target_ops::to_store_registers.
|
static |
Definition at line 126 of file tilegx-linux-nat.c.
References _, get_ptrace_pid(), perror_with_name(), ptrace(), PTRACE_GETREGS, PTRACE_TYPE_ARG3, regcache_get_ptid(), supply_gregset(), and selftests::ptid::tid.
Referenced by _initialize_tile_linux_nat().
| void fill_fpregset | ( | const struct regcache * | regcache, |
| elf_fpregset_t * | fpregsetp, | ||
| int | regno | ||
| ) |
Definition at line 116 of file tilegx-linux-nat.c.
| void fill_gregset | ( | const struct regcache * | regcache, |
| elf_gregset_t * | gregsetp, | ||
| int | regno | ||
| ) |
Definition at line 88 of file tilegx-linux-nat.c.
References regcache_raw_collect(), and regmap.
Referenced by store_inferior_registers().
|
static |
Definition at line 142 of file tilegx-linux-nat.c.
References _, fill_gregset(), get_ptrace_pid(), perror_with_name(), ptrace(), PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_TYPE_ARG3, regcache_get_ptid(), regnum, and selftests::ptid::tid.
Referenced by _initialize_tile_linux_nat().
| void supply_fpregset | ( | struct regcache * | regcache, |
| const elf_fpregset_t * | fpregsetp | ||
| ) |
Definition at line 105 of file tilegx-linux-nat.c.
| void supply_gregset | ( | struct regcache * | regcache, |
| const elf_gregset_t * | gregsetp | ||
| ) |
Definition at line 73 of file tilegx-linux-nat.c.
References regcache_raw_supply(), and regmap.
Referenced by fetch_inferior_registers().
|
static |
Definition at line 53 of file tilegx-linux-nat.c.
Referenced by fill_gregset(), and supply_gregset().
1.8.14