GDB (API)
|
#include "defs.h"
#include "regcache.h"
#include "inferior.h"
#include "target.h"
#include "linux-nat.h"
#include "auxv.h"
#include "gregset.h"
#include "s390-tdep.h"
#include "elf/common.h"
#include <asm/ptrace.h>
#include <sys/ptrace.h>
#include <asm/types.h>
#include <sys/procfs.h>
#include <sys/ucontext.h>
#include <elf.h>
Go to the source code of this file.
Defines | |
#define | PTRACE_GETREGSET 0x4204 |
#define | PTRACE_SETREGSET 0x4205 |
#define | regmap_gregset s390_regmap_gregset |
#define | regmap_fpregset s390_regmap_fpregset |
Functions | |
void | supply_gregset (struct regcache *regcache, const gregset_t *regp) |
void | fill_gregset (const struct regcache *regcache, gregset_t *regp, int regno) |
void | supply_fpregset (struct regcache *regcache, const fpregset_t *regp) |
void | fill_fpregset (const struct regcache *regcache, fpregset_t *regp, int regno) |
void | _initialize_s390_nat (void) |
#define PTRACE_GETREGSET 0x4204 |
Definition at line 41 of file s390-nat.c.
#define PTRACE_SETREGSET 0x4205 |
Definition at line 45 of file s390-nat.c.
#define regmap_fpregset s390_regmap_fpregset |
Definition at line 61 of file s390-nat.c.
#define regmap_gregset s390_regmap_gregset |
Definition at line 58 of file s390-nat.c.
void _initialize_s390_nat | ( | void | ) |
Definition at line 669 of file s390-nat.c.
void fill_fpregset | ( | const struct regcache * | regcache, |
fpregset_t * | regp, | ||
int | regno | ||
) |
Definition at line 210 of file s390-nat.c.
void fill_gregset | ( | const struct regcache * | regcache, |
gregset_t * | regp, | ||
int | regno | ||
) |
Definition at line 142 of file s390-nat.c.
void supply_fpregset | ( | struct regcache * | regcache, |
const fpregset_t * | regp | ||
) |
Definition at line 201 of file s390-nat.c.
void supply_gregset | ( | struct regcache * | regcache, |
const gregset_t * | regp | ||
) |
Definition at line 96 of file s390-nat.c.