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 "fbsd-nat.h"
#include "i386-tdep.h"
#include "x86-nat.h"
#include "i386bsd-nat.h"
#include <machine/pcb.h>
#include "bsd-kvm.h"
Go to the source code of this file.
Functions | |
static void | i386fbsd_resume (struct target_ops *ops, ptid_t ptid, int step, enum gdb_signal signal) |
static int | i386fbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) |
void | _initialize_i386fbsd_nat (void) |
void _initialize_i386fbsd_nat | ( | void | ) |
Definition at line 154 of file i386fbsd-nat.c.
References bsd_kvm_add_target(), fbsd_nat_add_target(), x86_dr_low_type::get_addr, x86_dr_low_type::get_control, x86_dr_low_type::get_status, i386bsd_dr_get_addr(), i386bsd_dr_get_control(), i386bsd_dr_get_status(), i386bsd_dr_set_addr(), i386bsd_dr_set_control(), i386bsd_target(), i386fbsd_resume(), i386fbsd_sigtramp_end_addr, i386fbsd_sigtramp_start_addr, i386fbsd_supply_pcb(), len, x86_dr_low_type::set_addr, x86_dr_low_type::set_control, target_ops::to_read_description, target_ops::to_resume, x86_dr_low, x86_set_debug_register_length(), and x86_use_watchpoints().
|
static |
Definition at line 39 of file i386fbsd-nat.c.
References gdb_signal_to_host(), get_current_regcache(), I386_EFLAGS_REGNUM, inferior_ptid, perror_with_name(), pid, PT_CONTINUE, PT_STEP, ptid_get_pid(), ptrace(), regcache_cooked_read_unsigned(), and regcache_cooked_write_unsigned().
Referenced by _initialize_i386fbsd_nat().
Definition at line 91 of file i386fbsd-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 regcache_raw_supply().
Referenced by _initialize_i386fbsd_nat().