GDB (xrefs)
Loading...
Searching...
No Matches
Macros | Functions
arc-linux-tdep.h File Reference
#include "gdbarch.h"
#include "regset.h"

Go to the source code of this file.

Macros

#define ARC_LINUX_SIZEOF_V2_REGSET   (3 * ARC_REGISTER_SIZE)
 

Functions

void arc_linux_supply_gregset (const struct regset *regset, struct regcache *regcache, int regnum, const void *gregs, size_t size)
 
void arc_linux_supply_v2_regset (const struct regset *regset, struct regcache *regcache, int regnum, const void *v2_regs, size_t size)
 
void arc_linux_collect_gregset (const struct regset *regset, const struct regcache *regcache, int regnum, void *gregs, size_t size)
 
void arc_linux_collect_v2_regset (const struct regset *regset, const struct regcache *regcache, int regnum, void *v2_regs, size_t size)
 

Macro Definition Documentation

◆ ARC_LINUX_SIZEOF_V2_REGSET

#define ARC_LINUX_SIZEOF_V2_REGSET   (3 * ARC_REGISTER_SIZE)

Definition at line 26 of file arc-linux-tdep.h.

Referenced by arc_linux_iterate_over_regset_sections().

Function Documentation

◆ arc_linux_collect_gregset()

void arc_linux_collect_gregset ( const struct regset * regset,
const struct regcache * regcache,
int regnum,
void * gregs,
size_t size )

◆ arc_linux_collect_v2_regset()

void arc_linux_collect_v2_regset ( const struct regset * regset,
const struct regcache * regcache,
int regnum,
void * v2_regs,
size_t size )

◆ arc_linux_supply_gregset()

void arc_linux_supply_gregset ( const struct regset * regset,
struct regcache * regcache,
int regnum,
const void * gregs,
size_t size )

◆ arc_linux_supply_v2_regset()

void arc_linux_supply_v2_regset ( const struct regset * regset,
struct regcache * regcache,
int regnum,
const void * v2_regs,
size_t size )