GDB (xrefs)
|
#include "defs.h"
#include "gdbcore.h"
#include "regcache.h"
#include "target.h"
#include "i386-tdep.h"
#include "i386-bsd-nat.h"
#include <sys/types.h>
#include <machine/frame.h>
#include <machine/pcb.h>
#include "netbsd-nat.h"
#include "bsd-kvm.h"
Go to the source code of this file.
Functions | |
static int | i386nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) |
void | _initialize_i386nbsd_nat () |
Variables | |
static i386_bsd_nat_target< nbsd_nat_target > | the_i386_nbsd_nat_target |
void _initialize_i386nbsd_nat | ( | ) |
Definition at line 78 of file i386-netbsd-nat.c.
References add_inf_child_target(), bsd_kvm_add_target(), i386nbsd_supply_pcb(), and the_i386_nbsd_nat_target.
|
static |
Definition at line 38 of file i386-netbsd-nat.c.
References I386_EBP_REGNUM, I386_EBX_REGNUM, I386_EDI_REGNUM, I386_EIP_REGNUM, I386_ESI_REGNUM, I386_ESP_REGNUM, reg_buffer::raw_supply(), and read_memory().
Referenced by _initialize_i386nbsd_nat().
|
static |
Definition at line 74 of file i386-netbsd-nat.c.
Referenced by _initialize_i386nbsd_nat().