GDB (API)
Functions | Variables
/home/stan/gdb/src/gdb/irix5-nat.c File Reference
#include "defs.h"
#include "inferior.h"
#include "gdbcore.h"
#include "target.h"
#include "regcache.h"
#include "procfs.h"
#include "gdb_string.h"
#include <sys/time.h>
#include <sys/procfs.h>
#include <setjmp.h>
#include "gregset.h"
#include "mips-tdep.h"

Go to the source code of this file.

Functions

void supply_gregset (struct regcache *regcache, const gregset_t *gregsetp)
void fill_gregset (const struct regcache *regcache, gregset_t *gregsetp, int regno)
void supply_fpregset (struct regcache *regcache, const fpregset_t *fpregsetp)
void fill_fpregset (const struct regcache *regcache, fpregset_t *fpregsetp, int regno)
void _initialize_irix5_nat (void)

Variables

initialize_file_ftype _initialize_irix5_nat

Function Documentation

void _initialize_irix5_nat ( void  )

Definition at line 265 of file irix5-nat.c.

void fill_fpregset ( const struct regcache *  regcache,
fpregset_t fpregsetp,
int  regno 
)

Definition at line 172 of file irix5-nat.c.

void fill_gregset ( const struct regcache *  regcache,
gregset_t gregsetp,
int  regno 
)

Definition at line 79 of file irix5-nat.c.

void supply_fpregset ( struct regcache *  regcache,
const fpregset_t fpregsetp 
)

Definition at line 141 of file irix5-nat.c.

void supply_gregset ( struct regcache *  regcache,
const gregset_t gregsetp 
)

Definition at line 53 of file irix5-nat.c.


Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines