GDB (xrefs)
|
#include "defs.h"
#include "gdbcore.h"
#include "inferior.h"
#include "regcache.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <sys/signal.h>
#include <machine/frame.h>
#include <machine/pcb.h>
#include <machine/reg.h>
#include "ppc-tdep.h"
#include "ppc-obsd-tdep.h"
#include "inf-ptrace.h"
#include "obsd-nat.h"
#include "bsd-kvm.h"
Go to the source code of this file.
Classes | |
struct | ppc_obsd_nat_target |
Functions | |
static int | ppcobsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) |
void | _initialize_ppcobsd_nat () |
Variables | |
static ppc_obsd_nat_target | the_ppc_obsd_nat_target |
void _initialize_ppcobsd_nat | ( | ) |
Definition at line 192 of file ppc-obsd-nat.c.
References add_inf_child_target(), bsd_kvm_add_target(), ppc_reg_offsets::cr_offset, ppc_reg_offsets::ctr_offset, ppc_reg_offsets::f0_offset, ppc_reg_offsets::fpscr_offset, ppc_reg_offsets::fpscr_size, ppc_reg_offsets::gpr_size, ppc_reg_offsets::lr_offset, ppc_reg_offsets::mq_offset, ppc_reg_offsets::pc_offset, ppcobsd_fpreg_offsets, ppcobsd_reg_offsets, ppcobsd_supply_pcb(), ppc_reg_offsets::ps_offset, ppc_reg_offsets::r0_offset, the_ppc_obsd_nat_target, ppc_reg_offsets::xer_offset, and ppc_reg_offsets::xr_size.
|
static |
Definition at line 154 of file ppc-obsd-nat.c.
References reg_buffer::arch(), gdbarch_pc_regnum(), gdbarch_sp_regnum(), ppc_gdbarch_tdep::ppc_cr_regnum, ppc_gdbarch_tdep::ppc_gp0_regnum, reg_buffer::raw_supply(), read_memory(), and regnum.
Referenced by _initialize_ppcobsd_nat().
|
static |
Definition at line 44 of file ppc-obsd-nat.c.
Referenced by _initialize_ppcobsd_nat().