GDB (xrefs)
|
#include "defs.h"
#include "gdbcore.h"
#include "regcache.h"
#include "target.h"
#include <sys/sysctl.h>
#include <machine/frame.h>
#include <machine/pcb.h>
#include "i386-tdep.h"
#include "i386-bsd-nat.h"
#include "obsd-nat.h"
#include "bsd-kvm.h"
Go to the source code of this file.
Functions | |
static int | i386obsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) |
void | _initialize_i386obsd_nat () |
Variables | |
static i386_bsd_nat_target< obsd_nat_target > | the_i386_obsd_nat_target |
void _initialize_i386obsd_nat | ( | ) |
Definition at line 95 of file i386-obsd-nat.c.
References add_inf_child_target(), bsd_kvm_add_target(), i386obsd_sigtramp_end_addr, i386obsd_sigtramp_start_addr, and i386obsd_supply_pcb().
|
static |
Definition at line 35 of file i386-obsd-nat.c.
References reg_buffer::arch(), gdbarch_byte_order(), I386_EBP_REGNUM, I386_EBX_REGNUM, I386_EDI_REGNUM, I386_EIP_REGNUM, I386_ESI_REGNUM, I386_ESP_REGNUM, reg_buffer::raw_supply(), read_memory(), and read_memory_integer().
Referenced by _initialize_i386obsd_nat().
|
static |
Definition at line 91 of file i386-obsd-nat.c.