GDB (xrefs)
Typedefs | Functions
/home/stan/gdb/src/gdb/alphabsd-nat.c File Reference
#include "defs.h"
#include "inferior.h"
#include "regcache.h"
#include "alpha-tdep.h"
#include "alphabsd-tdep.h"
#include "inf-ptrace.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include "gregset.h"
#include <sys/signal.h>
#include <machine/pcb.h>
#include "bsd-kvm.h"

Go to the source code of this file.

Typedefs

typedef struct reg gregset_t
typedef struct fpreg fpregset_t

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)
static int getregs_supplies (int regno)
static void alphabsd_fetch_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regno)
static void alphabsd_store_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regno)
static int alphabsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
void _initialize_alphabsd_nat (void)

Typedef Documentation

typedef struct fpreg fpregset_t

Definition at line 41 of file alphabsd-nat.c.

typedef struct reg gregset_t

Definition at line 37 of file alphabsd-nat.c.


Function Documentation

void _initialize_alphabsd_nat ( void  )
static void alphabsd_fetch_inferior_registers ( struct target_ops ops,
struct regcache regcache,
int  regno 
) [static]
static void alphabsd_store_inferior_registers ( struct target_ops ops,
struct regcache regcache,
int  regno 
) [static]
static int alphabsd_supply_pcb ( struct regcache regcache,
struct pcb *  pcb 
) [static]
void fill_fpregset ( const struct regcache regcache,
fpregset_t fpregsetp,
int  regno 
)

Definition at line 68 of file alphabsd-nat.c.

References alphabsd_fill_fpreg().

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

Definition at line 56 of file alphabsd-nat.c.

References alphabsd_fill_reg().

static int getregs_supplies ( int  regno) [static]
void supply_fpregset ( struct regcache regcache,
const fpregset_t fpregsetp 
)

Definition at line 62 of file alphabsd-nat.c.

References alphabsd_supply_fpreg().

void supply_gregset ( struct regcache regcache,
const gregset_t gregsetp 
)

Definition at line 50 of file alphabsd-nat.c.

References alphabsd_supply_reg().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines