GDB (xrefs)
|
#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 |
void _initialize_irix5_nat | ( | void | ) |
Definition at line 265 of file irix5-nat.c.
References _initialize_irix5_nat, add_target(), deprecated_add_core_fns(), procfs_target(), and procfs_use_watchpoints().
static void fetch_core_registers | ( | struct regcache * | regcache, |
char * | core_reg_sect, | ||
unsigned | int, | ||
int | which, | ||
CORE_ADDR | reg_addr | ||
) | [static] |
Definition at line 225 of file irix5-nat.c.
References _, gdbarch_num_regs(), get_regcache_arch(), mips_isa_regsize(), regcache_raw_supply(), and warning().
void fill_fpregset | ( | const struct regcache * | regcache, |
fpregset_t * | fpregsetp, | ||
int | regno | ||
) |
Definition at line 172 of file irix5-nat.c.
References gdbarch::fp0_regnum, from, gdbarch_fp0_regnum(), get_regcache_arch(), memcpy(), regcache_raw_collect(), and to.
void fill_gregset | ( | const struct regcache * | regcache, |
gregset_t * | gregsetp, | ||
int | regno | ||
) |
Definition at line 79 of file irix5-nat.c.
References gdbarch::byte_order, mips_regnum::cause, extract_signed_integer(), gdbarch_byte_order(), get_regcache_arch(), mips_regnum::hi, mips_regnum::lo, MAX_REGISTER_SIZE, mips_regnum(), mips_regnum::pc, regcache_raw_collect(), register_size(), and size.
void supply_fpregset | ( | struct regcache * | regcache, |
const fpregset_t * | fpregsetp | ||
) |
Definition at line 141 of file irix5-nat.c.
References gdbarch_fp0_regnum(), get_regcache_arch(), memcpy(), memset(), and regcache_raw_supply().
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().
Referenced by _initialize_irix5_nat().
struct core_fns irix5_core_fns [static] |
{ bfd_target_unknown_flavour, default_check_format, default_core_sniffer, fetch_core_registers, NULL }
Definition at line 252 of file irix5-nat.c.