|
GDB (API)
|
#include "defs.h"#include "gdb_string.h"#include "frame.h"#include "inferior.h"#include "gdbcore.h"#include "regcache.h"#include "gdb_assert.h"#include "target.h"#include "linux-nat.h"#include <stdint.h>#include <sys/types.h>#include <signal.h>#include <sys/user.h>#include <sys/ioctl.h>#include "gdb_wait.h"#include <fcntl.h>#include <sys/procfs.h>#include <sys/ptrace.h>#include "gregset.h"#include "xtensa-tdep.h"#include "xtensa-xtregs.c"Go to the source code of this file.
Defines | |
| #define | GET_THREAD_ID(PTID) get_thread_id (PTID) |
Functions | |
| void | fill_gregset (const struct regcache *regcache, gdb_gregset_t *gregsetp, int regnum) |
| void | supply_gregset_reg (struct regcache *regcache, const gdb_gregset_t *gregsetp, int regnum) |
| void | supply_gregset (struct regcache *regcache, const gdb_gregset_t *gregsetp) |
| void | fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regnum) |
| void | supply_fpregset (struct regcache *regcache, const gdb_fpregset_t *fpregsetp) |
| void | xtensa_linux_fetch_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum) |
| void | xtensa_linux_store_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum) |
| void | _initialize_xtensa_linux_nat (void) |
| #define GET_THREAD_ID | ( | PTID | ) | get_thread_id (PTID) |
Definition at line 56 of file xtensa-linux-nat.c.
| void _initialize_xtensa_linux_nat | ( | void | ) |
Definition at line 299 of file xtensa-linux-nat.c.
| void fill_fpregset | ( | const struct regcache * | regcache, |
| gdb_fpregset_t * | fpregsetp, | ||
| int | regnum | ||
| ) |
Definition at line 168 of file xtensa-linux-nat.c.
| void fill_gregset | ( | const struct regcache * | regcache, |
| gdb_gregset_t * | gregsetp, | ||
| int | regnum | ||
| ) |
Definition at line 59 of file xtensa-linux-nat.c.
| void supply_fpregset | ( | struct regcache * | regcache, |
| const gdb_fpregset_t * | fpregsetp | ||
| ) |
Definition at line 175 of file xtensa-linux-nat.c.
| void supply_gregset | ( | struct regcache * | regcache, |
| const gdb_gregset_t * | gregsetp | ||
| ) |
Definition at line 162 of file xtensa-linux-nat.c.
| void supply_gregset_reg | ( | struct regcache * | regcache, |
| const gdb_gregset_t * | gregsetp, | ||
| int | regnum | ||
| ) |
Definition at line 110 of file xtensa-linux-nat.c.
| void xtensa_linux_fetch_inferior_registers | ( | struct target_ops * | ops, |
| struct regcache * | regcache, | ||
| int | regnum | ||
| ) |
Definition at line 267 of file xtensa-linux-nat.c.
| void xtensa_linux_store_inferior_registers | ( | struct target_ops * | ops, |
| struct regcache * | regcache, | ||
| int | regnum | ||
| ) |
Definition at line 282 of file xtensa-linux-nat.c.
1.7.6.1