GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Macros | Functions | Variables
arm-netbsd-nat.c File Reference
#include "defs.h"
#include "gdbcore.h"
#include "inferior.h"
#include "regcache.h"
#include "target.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <sys/sysctl.h>
#include <machine/reg.h>
#include <machine/frame.h>
#include "arm-tdep.h"
#include "arm-netbsd-tdep.h"
#include "aarch32-tdep.h"
#include "inf-ptrace.h"
#include "netbsd-nat.h"

Go to the source code of this file.

Classes

class  arm_netbsd_nat_target
 

Macros

#define _KERNTYPES
 

Functions

static void arm_supply_vfpregset (struct regcache *regcache, struct fpreg *fpregset)
 
static void fetch_register (struct regcache *regcache, int regno)
 
static void fetch_fp_register (struct regcache *regcache, int regno)
 
static void fetch_fp_regs (struct regcache *regcache)
 
static void store_register (const struct regcache *regcache, int regno)
 
static void store_regs (const struct regcache *regcache)
 
static void store_fp_register (const struct regcache *regcache, int regno)
 
static void store_fp_regs (const struct regcache *regcache)
 
void _initialize_arm_netbsd_nat ()
 

Variables

static arm_netbsd_nat_target the_arm_netbsd_nat_target
 

Macro Definition Documentation

◆ _KERNTYPES

#define _KERNTYPES

Definition at line 21 of file arm-netbsd-nat.c.

Function Documentation

◆ _initialize_arm_netbsd_nat()

void _initialize_arm_netbsd_nat ( )

Definition at line 360 of file arm-netbsd-nat.c.

References add_inf_child_target(), and the_arm_netbsd_nat_target.

◆ arm_supply_vfpregset()

static void arm_supply_vfpregset ( struct regcache * regcache,
struct fpreg * fpregset )
static

◆ fetch_fp_register()

static void fetch_fp_register ( struct regcache * regcache,
int regno )
static

◆ fetch_fp_regs()

static void fetch_fp_regs ( struct regcache * regcache)
static

◆ fetch_register()

static void fetch_register ( struct regcache * regcache,
int regno )
static

◆ store_fp_register()

static void store_fp_register ( const struct regcache * regcache,
int regno )
static

◆ store_fp_regs()

static void store_fp_regs ( const struct regcache * regcache)
static

◆ store_register()

static void store_register ( const struct regcache * regcache,
int regno )
static

◆ store_regs()

static void store_regs ( const struct regcache * regcache)
static

Variable Documentation

◆ the_arm_netbsd_nat_target

arm_netbsd_nat_target the_arm_netbsd_nat_target
static

Definition at line 48 of file arm-netbsd-nat.c.

Referenced by _initialize_arm_netbsd_nat().