|
GDB (API)
|
#include "defs.h"#include "inferior.h"#include "gdbcore.h"#include "regcache.h"#include "linux-nat.h"#include <sys/ptrace.h>#include "gdb_assert.h"#include "gdb_string.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) |
| void | _initialize_tile_linux_nat (void) |
Variables | |
| initialize_file_ftype | _initialize_tile_linux_nat |
| void _initialize_tile_linux_nat | ( | void | ) |
Definition at line 174 of file tilegx-linux-nat.c.
| void fill_fpregset | ( | const struct regcache * | regcache, |
| elf_fpregset_t * | fpregsetp, | ||
| int | regno | ||
| ) |
Definition at line 121 of file tilegx-linux-nat.c.
| void fill_gregset | ( | const struct regcache * | regcache, |
| elf_gregset_t * | gregsetp, | ||
| int | regno | ||
| ) |
Definition at line 93 of file tilegx-linux-nat.c.
| void supply_fpregset | ( | struct regcache * | regcache, |
| const elf_fpregset_t * | fpregsetp | ||
| ) |
Definition at line 110 of file tilegx-linux-nat.c.
| void supply_gregset | ( | struct regcache * | regcache, |
| const elf_gregset_t * | gregsetp | ||
| ) |
Definition at line 78 of file tilegx-linux-nat.c.
1.7.6.1