GDB (xrefs)
Loading...
Searching...
No Matches
Functions | Variables
amd64-obsd-nat.c File Reference
#include "defs.h"
#include "gdbcore.h"
#include "regcache.h"
#include "target.h"
#include "amd64-tdep.h"
#include "amd64-bsd-nat.h"
#include "amd64-nat.h"
#include "obsd-nat.h"
#include <sys/types.h>
#include <machine/frame.h>
#include <machine/pcb.h>
#include "bsd-kvm.h"

Go to the source code of this file.

Functions

static int amd64obsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
 
void _initialize_amd64obsd_nat ()
 

Variables

static int amd64obsd32_r_reg_offset []
 
static amd64_bsd_nat_target< obsd_nat_targetthe_amd64_obsd_nat_target
 

Function Documentation

◆ _initialize_amd64obsd_nat()

void _initialize_amd64obsd_nat ( )

◆ amd64obsd_supply_pcb()

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

Variable Documentation

◆ amd64obsd32_r_reg_offset

int amd64obsd32_r_reg_offset[]
static
Initial value:
=
{
14 * 8,
3 * 8,
2 * 8,
13 * 8,
15 * 8,
12 * 8,
1 * 8,
0 * 8,
16 * 8,
17 * 8,
18 * 8,
19 * 8,
20 * 8,
21 * 8,
22 * 8,
23 * 8
}

Definition at line 39 of file amd64-obsd-nat.c.

Referenced by _initialize_amd64obsd_nat().

◆ the_amd64_obsd_nat_target

amd64_bsd_nat_target<obsd_nat_target> the_amd64_obsd_nat_target
static

Definition at line 129 of file amd64-obsd-nat.c.

Referenced by _initialize_amd64obsd_nat().