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 "i386bsd-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 95 of file i386obsd-nat.c.
References add_target(), bsd_kvm_add_target(), i386bsd_target(), i386obsd_sigtramp_end_addr, i386obsd_sigtramp_start_addr, i386obsd_supply_pcb(), and len.
static int i386obsd_supply_pcb | ( | struct regcache * | regcache, |
struct pcb * | pcb | ||
) | [static] |
Definition at line 34 of file i386obsd-nat.c.
References gdbarch::byte_order, gdbarch_byte_order(), get_regcache_arch(), 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().