GDB (xrefs)
|
#include "defs.h"
#include "inferior.h"
#include "regcache.h"
#include "target.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <sys/sysctl.h>
#include <sys/user.h>
#include "i386-tdep.h"
#include "i386-fbsd-tdep.h"
#include "i387-tdep.h"
#include "x86-nat.h"
#include "x86-fbsd-nat.h"
#include <machine/pcb.h>
#include "bsd-kvm.h"
Go to the source code of this file.
Classes | |
class | i386_fbsd_nat_target |
Functions | |
static int | i386fbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) |
void | _initialize_i386fbsd_nat () |
Variables | |
static i386_fbsd_nat_target | the_i386_fbsd_nat_target |
static int | have_ptrace_xmmregs |
void _initialize_i386fbsd_nat | ( | ) |
Definition at line 336 of file i386-fbsd-nat.c.
References add_inf_child_target(), bsd_kvm_add_target(), i386fbsd_supply_pcb(), and the_i386_fbsd_nat_target.
|
static |
Definition at line 274 of file i386-fbsd-nat.c.
References I386_EBP_REGNUM, I386_EBX_REGNUM, I386_EDI_REGNUM, I386_EIP_REGNUM, I386_ESI_REGNUM, I386_ESP_REGNUM, I386_GS_REGNUM, and reg_buffer::raw_supply().
Referenced by _initialize_i386fbsd_nat().
|
static |
Definition at line 49 of file i386-fbsd-nat.c.
Referenced by i386_fbsd_nat_target::fetch_registers(), i386_fbsd_nat_target::read_description(), and i386_fbsd_nat_target::store_registers().
|
static |
Definition at line 47 of file i386-fbsd-nat.c.
Referenced by _initialize_i386fbsd_nat().