GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions | Variables
sparc-linux-nat.c File Reference
#include "defs.h"
#include "regcache.h"
#include <sys/procfs.h>
#include "gregset.h"
#include "sparc-tdep.h"
#include "sparc-nat.h"
#include "inferior.h"
#include "target.h"
#include "linux-nat.h"

Go to the source code of this file.

Classes

class  sparc_linux_nat_target
 

Functions

void supply_gregset (struct regcache *regcache, const prgregset_t *gregs)
 
void supply_fpregset (struct regcache *regcache, const prfpregset_t *fpregs)
 
void fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
 
void fill_fpregset (const struct regcache *regcache, prfpregset_t *fpregs, int regnum)
 
void _initialize_sparc_linux_nat ()
 

Variables

static sparc_linux_nat_target the_sparc_linux_nat_target
 

Function Documentation

◆ _initialize_sparc_linux_nat()

void _initialize_sparc_linux_nat ( )

◆ fill_fpregset()

void fill_fpregset ( const struct regcache * regcache,
prfpregset_t * fpregs,
int regnum )

Definition at line 63 of file sparc-linux-nat.c.

References regnum, and sparc32_collect_fpregset().

◆ fill_gregset()

void fill_gregset ( const struct regcache * regcache,
prgregset_t * gregs,
int regnum )

Definition at line 57 of file sparc-linux-nat.c.

References regnum, and sparc32_collect_gregset().

◆ supply_fpregset()

void supply_fpregset ( struct regcache * regcache,
const prfpregset_t * fpregs )

Definition at line 51 of file sparc-linux-nat.c.

References sparc32_supply_fpregset().

◆ supply_gregset()

void supply_gregset ( struct regcache * regcache,
const prgregset_t * gregs )

Definition at line 45 of file sparc-linux-nat.c.

References sparc32_supply_gregset().

Variable Documentation

◆ the_sparc_linux_nat_target

sparc_linux_nat_target the_sparc_linux_nat_target
static

Definition at line 42 of file sparc-linux-nat.c.

Referenced by _initialize_sparc_linux_nat().