GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/hppa-linux-nat.c File Reference
#include "defs.h"
#include "gdbcore.h"
#include "regcache.h"
#include "gdb_string.h"
#include "inferior.h"
#include "target.h"
#include "linux-nat.h"
#include <sys/procfs.h>
#include <sys/ptrace.h>
#include <linux/version.h>
#include <asm/ptrace.h>
#include "hppa-linux-offsets.h"
#include "hppa-tdep.h"
#include "gregset.h"

Go to the source code of this file.

Defines

#define GR_REGNUM(_n)   (HPPA_R0_REGNUM+_n)
#define TR_REGNUM(_n)   (HPPA_TR0_REGNUM+_n)

Functions

void supply_gregset (struct regcache *regcache, const gdb_gregset_t *gregsetp)
void fill_gregset (const struct regcache *regcache, gdb_gregset_t *gregsetp, int regno)
void supply_fpregset (struct regcache *regcache, const gdb_fpregset_t *fpregsetp)
void fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regno)
void _initialize_hppa_linux_nat (void)

Define Documentation

#define GR_REGNUM (   _n)    (HPPA_R0_REGNUM+_n)

Definition at line 180 of file hppa-linux-nat.c.

#define TR_REGNUM (   _n)    (HPPA_TR0_REGNUM+_n)

Definition at line 181 of file hppa-linux-nat.c.


Function Documentation

void _initialize_hppa_linux_nat ( void  )

Definition at line 389 of file hppa-linux-nat.c.

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

Definition at line 370 of file hppa-linux-nat.c.

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

Definition at line 330 of file hppa-linux-nat.c.

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

Definition at line 351 of file hppa-linux-nat.c.

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

Definition at line 313 of file hppa-linux-nat.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines