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.
Classes | |
class | tilegx_linux_nat_target |
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) |
void | _initialize_tile_linux_nat () |
Variables | |
static tilegx_linux_nat_target | the_tilegx_linux_nat_target |
static const int | regmap [] |
void _initialize_tile_linux_nat | ( | ) |
Definition at line 169 of file tilegx-linux-nat.c.
References add_inf_child_target(), linux_target, and the_tilegx_linux_nat_target.
void fill_fpregset | ( | const struct regcache * | regcache, |
elf_fpregset_t * | fpregsetp, | ||
int | regno ) |
Definition at line 126 of file tilegx-linux-nat.c.
void fill_gregset | ( | const struct regcache * | regcache, |
elf_gregset_t * | gregsetp, | ||
int | regno ) |
Definition at line 98 of file tilegx-linux-nat.c.
References reg_buffer::raw_collect(), and regmap.
Referenced by tilegx_linux_nat_target::store_registers().
void supply_fpregset | ( | struct regcache * | regcache, |
const elf_fpregset_t * | fpregsetp ) |
Definition at line 115 of file tilegx-linux-nat.c.
void supply_gregset | ( | struct regcache * | regcache, |
const elf_gregset_t * | gregsetp ) |
Definition at line 83 of file tilegx-linux-nat.c.
References reg_buffer::raw_supply(), and regmap.
Referenced by tilegx_linux_nat_target::fetch_registers().
|
static |
Definition at line 63 of file tilegx-linux-nat.c.
Referenced by fill_gregset(), and supply_gregset().
|
static |
Definition at line 45 of file tilegx-linux-nat.c.
Referenced by _initialize_tile_linux_nat().