GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Macros | Functions | Variables
alpha-linux-nat.c File Reference
#include "defs.h"
#include "target.h"
#include "regcache.h"
#include "linux-nat-trad.h"
#include "alpha-tdep.h"
#include "gdbarch.h"
#include "nat/gdb_ptrace.h"
#include <alpha/ptrace.h>
#include <sys/procfs.h>
#include "gregset.h"

Go to the source code of this file.

Classes

class  alpha_linux_nat_target
 

Macros

#define ALPHA_UNIQUE_PTRACE_ADDR   65
 

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_alpha_linux_nat ()
 

Variables

static alpha_linux_nat_target the_alpha_linux_nat_target
 

Macro Definition Documentation

◆ ALPHA_UNIQUE_PTRACE_ADDR

#define ALPHA_UNIQUE_PTRACE_ADDR   65

Definition at line 34 of file alpha-linux-nat.c.

Referenced by alpha_linux_nat_target::register_u_offset().

Function Documentation

◆ _initialize_alpha_linux_nat()

void _initialize_alpha_linux_nat ( )

◆ fill_fpregset()

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

Definition at line 81 of file alpha-linux-nat.c.

References alpha_fill_fp_regs().

◆ fill_gregset()

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

Definition at line 59 of file alpha-linux-nat.c.

References alpha_fill_int_regs().

◆ supply_fpregset()

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

Definition at line 72 of file alpha-linux-nat.c.

References alpha_supply_fp_regs().

◆ supply_gregset()

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

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

References alpha_supply_int_regs().

Variable Documentation

◆ the_alpha_linux_nat_target

alpha_linux_nat_target the_alpha_linux_nat_target
static

Definition at line 44 of file alpha-linux-nat.c.

Referenced by _initialize_alpha_linux_nat().