GDB (xrefs)
|
#include "defs.h"
#include "arch-utils.h"
#include "inferior.h"
#include "regcache.h"
#include "target.h"
#include "nat/aarch64-hw-point.h"
#include "elf/common.h"
#include <sys/param.h>
#include <sys/ptrace.h>
#include <machine/armreg.h>
#include <machine/reg.h>
#include "fbsd-nat.h"
#include "aarch64-tdep.h"
#include "aarch64-fbsd-tdep.h"
#include "aarch64-nat.h"
#include "inf-ptrace.h"
Go to the source code of this file.
Classes | |
struct | aarch64_fbsd_nat_target |
Functions | |
void | aarch64_notify_debug_reg_change (ptid_t ptid, int is_watchpoint, unsigned int idx) |
void | _initialize_aarch64_fbsd_nat () |
Variables | |
static aarch64_fbsd_nat_target | the_aarch64_fbsd_nat_target |
void _initialize_aarch64_fbsd_nat | ( | ) |
Definition at line 356 of file aarch64-fbsd-nat.c.
References aarch64_initialize_hw_point(), add_inf_child_target(), and the_aarch64_fbsd_nat_target.
void aarch64_notify_debug_reg_change | ( | ptid_t | ptid, |
int | is_watchpoint, | ||
unsigned int | idx ) |
Definition at line 347 of file aarch64-fbsd-nat.c.
Referenced by aarch64_dr_state_insert_one_point(), and aarch64_dr_state_remove_one_point().
|
static |
Definition at line 78 of file aarch64-fbsd-nat.c.
Referenced by _initialize_aarch64_fbsd_nat().