GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions | Variables
or1k-linux-nat.c File Reference
#include "defs.h"
#include "regcache.h"
#include "gregset.h"
#include "linux-nat.h"
#include "or1k-tdep.h"
#include "or1k-linux-tdep.h"
#include "inferior.h"
#include "elf/common.h"
#include <sys/ptrace.h>

Go to the source code of this file.

Classes

class  or1k_linux_nat_target
 

Functions

static void supply_gregset_regnum (struct regcache *regcache, const prgregset_t *gregs, int regnum)
 
void supply_gregset (struct regcache *regcache, const prgregset_t *gregs)
 
void fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
 
void supply_fpregset (struct regcache *regcache, const gdb_fpregset_t *fpregs)
 
void fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregs, int regno)
 
void _initialize_or1k_linux_nat ()
 

Variables

static or1k_linux_nat_target the_or1k_linux_nat_target
 

Function Documentation

◆ _initialize_or1k_linux_nat()

void _initialize_or1k_linux_nat ( )

Definition at line 205 of file or1k-linux-nat.c.

References add_inf_child_target(), linux_target, and the_or1k_linux_nat_target.

◆ fill_fpregset()

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

Definition at line 120 of file or1k-linux-nat.c.

◆ fill_gregset()

void fill_gregset ( const struct regcache * regcache,
prgregset_t * gregs,
int regnum )

◆ supply_fpregset()

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

Definition at line 115 of file or1k-linux-nat.c.

◆ supply_gregset()

void supply_gregset ( struct regcache * regcache,
const prgregset_t * gregs )

Definition at line 80 of file or1k-linux-nat.c.

References supply_gregset_regnum().

◆ supply_gregset_regnum()

static void supply_gregset_regnum ( struct regcache * regcache,
const prgregset_t * gregs,
int regnum )
static

Variable Documentation

◆ the_or1k_linux_nat_target

or1k_linux_nat_target the_or1k_linux_nat_target
static

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

Referenced by _initialize_or1k_linux_nat().