GDB (API)
Functions
/home/stan/gdb/src/gdb/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.

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 (void)

Function Documentation

void _initialize_sparc_linux_nat ( void  )

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

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

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

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

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

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

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

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

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines