GDB (xrefs)
|
#include "defs.h"
#include "inferior.h"
#include "gdbcore.h"
#include "regcache.h"
#include "linux-nat.h"
#include <sys/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 [] |
initialize_file_ftype | _initialize_tile_linux_nat |
void _initialize_tile_linux_nat | ( | void | ) |
Definition at line 168 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 125 of file tilegx-linux-nat.c.
References _, inferior_ptid, perror_with_name(), ptid_get_lwp(), ptid_get_pid(), ptrace(), PTRACE_GETREGS, PTRACE_TYPE_ARG3, and supply_gregset().
Referenced by _initialize_tile_linux_nat().
Definition at line 115 of file tilegx-linux-nat.c.
Definition at line 87 of file tilegx-linux-nat.c.
References regcache_raw_collect(), and regmap.
Referenced by store_inferior_registers().
|
static |
Definition at line 145 of file tilegx-linux-nat.c.
References _, fill_gregset(), inferior_ptid, perror_with_name(), ptid_get_lwp(), ptid_get_pid(), ptrace(), PTRACE_GETREGS, PTRACE_SETREGS, and PTRACE_TYPE_ARG3.
Referenced by _initialize_tile_linux_nat().
Definition at line 104 of file tilegx-linux-nat.c.
Definition at line 72 of file tilegx-linux-nat.c.
References regcache_raw_supply(), and regmap.
Referenced by fetch_inferior_registers().
initialize_file_ftype _initialize_tile_linux_nat |
Definition at line 52 of file tilegx-linux-nat.c.
Referenced by fill_gregset(), and supply_gregset().