GDB (API)
|
#include "defs.h"
#include "gdb_string.h"
#include "inferior.h"
#include "target.h"
#include "gdbcore.h"
#include "regcache.h"
#include "ia64-tdep.h"
#include "linux-nat.h"
#include <signal.h>
#include <sys/ptrace.h>
#include "gdb_wait.h"
#include <sys/syscall.h>
#include <sys/user.h>
#include <asm/ptrace_offsets.h>
#include <sys/procfs.h>
#include "gregset.h"
Go to the source code of this file.
Defines | |
#define | COPY_REG(_idx_, _regi_) |
#define | IA64_PSR_DB (1UL << 24) |
#define | IA64_PSR_DD (1UL << 39) |
Functions | |
void | supply_gregset (struct regcache *regcache, const gregset_t *gregsetp) |
void | fill_gregset (const struct regcache *regcache, gregset_t *gregsetp, int regno) |
void | supply_fpregset (struct regcache *regcache, const fpregset_t *fpregsetp) |
void | fill_fpregset (const struct regcache *regcache, fpregset_t *fpregsetp, int regno) |
void | _initialize_ia64_linux_nat (void) |
#define COPY_REG | ( | _idx_, | |
_regi_ | |||
) |
if ((regno == -1) || regno == _regi_) \
regcache_raw_collect (regcache, _regi_, regp + _idx_)
#define IA64_PSR_DB (1UL << 24) |
Definition at line 489 of file ia64-linux-nat.c.
#define IA64_PSR_DD (1UL << 39) |
Definition at line 490 of file ia64-linux-nat.c.
void _initialize_ia64_linux_nat | ( | void | ) |
Definition at line 869 of file ia64-linux-nat.c.
void fill_fpregset | ( | const struct regcache * | regcache, |
fpregset_t * | fpregsetp, | ||
int | regno | ||
) |
Definition at line 476 of file ia64-linux-nat.c.
void fill_gregset | ( | const struct regcache * | regcache, |
gregset_t * | gregsetp, | ||
int | regno | ||
) |
Definition at line 403 of file ia64-linux-nat.c.
void supply_fpregset | ( | struct regcache * | regcache, |
const fpregset_t * | fpregsetp | ||
) |
Definition at line 446 of file ia64-linux-nat.c.
void supply_gregset | ( | struct regcache * | regcache, |
const gregset_t * | gregsetp | ||
) |
Definition at line 366 of file ia64-linux-nat.c.