GDB (xrefs)
Typedefs | Functions
/tmp/gdb-8.1/gdb/alpha-bsd-nat.c File Reference
#include "defs.h"
#include "inferior.h"
#include "regcache.h"
#include "alpha-tdep.h"
#include "alpha-bsd-tdep.h"
#include "inf-ptrace.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include <sys/procfs.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

◆ fpregset_t

typedef struct fpreg fpregset_t

Definition at line 41 of file alpha-bsd-nat.c.

◆ gregset_t

typedef struct reg gregset_t

Definition at line 37 of file alpha-bsd-nat.c.

Function Documentation

◆ _initialize_alphabsd_nat()

void _initialize_alphabsd_nat ( void  )

◆ alphabsd_fetch_inferior_registers()

static void alphabsd_fetch_inferior_registers ( struct target_ops ops,
struct regcache regcache,
int  regno 
)
static

◆ alphabsd_store_inferior_registers()

static void alphabsd_store_inferior_registers ( struct target_ops ops,
struct regcache regcache,
int  regno 
)
static

◆ alphabsd_supply_pcb()

static int alphabsd_supply_pcb ( struct regcache regcache,
struct pcb *  pcb 
)
static

◆ fill_fpregset()

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

Definition at line 68 of file alpha-bsd-nat.c.

References alphabsd_fill_fpreg().

◆ fill_gregset()

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

Definition at line 56 of file alpha-bsd-nat.c.

References alphabsd_fill_reg().

◆ getregs_supplies()

static int getregs_supplies ( int  regno)
static

◆ supply_fpregset()

void supply_fpregset ( struct regcache regcache,
const fpregset_t fpregsetp 
)

Definition at line 62 of file alpha-bsd-nat.c.

References alphabsd_supply_fpreg().

◆ supply_gregset()

void supply_gregset ( struct regcache regcache,
const gregset_t gregsetp 
)

Definition at line 50 of file alpha-bsd-nat.c.

References alphabsd_supply_reg().