GDB (xrefs)
Loading...
Searching...
No Matches
Functions | Variables
amd64-nat.c File Reference
#include "defs.h"
#include "gdbarch.h"
#include "regcache.h"
#include "i386-tdep.h"
#include "amd64-tdep.h"
#include "amd64-nat.h"

Go to the source code of this file.

Functions

static int amd64_native_gregset_reg_offset (struct gdbarch *gdbarch, int regnum)
 
int amd64_native_gregset_supplies_p (struct gdbarch *gdbarch, int regnum)
 
void amd64_supply_native_gregset (struct regcache *regcache, const void *gregs, int regnum)
 
void amd64_collect_native_gregset (const struct regcache *regcache, void *gregs, int regnum)
 

Variables

int * amd64_native_gregset32_reg_offset
 
int amd64_native_gregset32_num_regs = I386_NUM_GREGS
 
int * amd64_native_gregset64_reg_offset
 
int amd64_native_gregset64_num_regs = AMD64_NUM_GREGS
 

Function Documentation

◆ amd64_collect_native_gregset()

void amd64_collect_native_gregset ( const struct regcache * regcache,
void * gregs,
int regnum )

◆ amd64_native_gregset_reg_offset()

static int amd64_native_gregset_reg_offset ( struct gdbarch * gdbarch,
int regnum )
static

◆ amd64_native_gregset_supplies_p()

int amd64_native_gregset_supplies_p ( struct gdbarch * gdbarch,
int regnum )

◆ amd64_supply_native_gregset()

void amd64_supply_native_gregset ( struct regcache * regcache,
const void * gregs,
int regnum )

Variable Documentation

◆ amd64_native_gregset32_num_regs

int amd64_native_gregset32_num_regs = I386_NUM_GREGS

◆ amd64_native_gregset32_reg_offset

int* amd64_native_gregset32_reg_offset

◆ amd64_native_gregset64_num_regs

int amd64_native_gregset64_num_regs = AMD64_NUM_GREGS

◆ amd64_native_gregset64_reg_offset

int* amd64_native_gregset64_reg_offset