GDB (xrefs)
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

static void fetch_core_registers (struct regcache *, char *, unsigned int, int, CORE_ADDR)
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

static struct core_fns irix5_core_fns
initialize_file_ftype _initialize_irix5_nat

Function Documentation

void _initialize_irix5_nat ( void  )
static void fetch_core_registers ( struct regcache regcache,
char *  core_reg_sect,
unsigned  int,
int  which,
CORE_ADDR  reg_addr 
) [static]
void fill_fpregset ( const struct regcache regcache,
fpregset_t fpregsetp,
int  regno 
)
void fill_gregset ( const struct regcache regcache,
gregset_t gregsetp,
int  regno 
)
void supply_fpregset ( struct regcache regcache,
const fpregset_t fpregsetp 
)
void supply_gregset ( struct regcache regcache,
const gregset_t gregsetp 
)

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

References get_regcache_arch(), mips_isa_regsize(), and regcache_raw_supply().


Variable Documentation

Referenced by _initialize_irix5_nat().

struct core_fns irix5_core_fns [static]
Initial value:
{
  bfd_target_unknown_flavour,           
  default_check_format,                 
  default_core_sniffer,                 
  fetch_core_registers,                 
  NULL                                  
}

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines