|
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 (void) |
| void _initialize_i386obsd_nat | ( | void | ) |
Definition at line 92 of file i386-obsd-nat.c.
References bsd_kvm_add_target(), i386bsd_target(), i386obsd_sigtramp_end_addr, i386obsd_sigtramp_start_addr, i386obsd_supply_pcb(), and obsd_add_target().
|
static |
Definition at line 35 of file i386-obsd-nat.c.
References regcache::arch(), gdbarch::byte_order, gdbarch_byte_order(), I386_EBP_REGNUM, I386_EBX_REGNUM, I386_EDI_REGNUM, I386_EIP_REGNUM, I386_ESI_REGNUM, I386_ESP_REGNUM, read_memory(), read_memory_integer(), and regcache_raw_supply().
Referenced by _initialize_i386obsd_nat().
1.8.14