View | Details | Raw Unified | Return to bug 264095
Collapse All | Expand All

(-)b/gdb/aarch64-fbsd-nat.c (+2 lines)
Lines 76-82 struct aarch64_fbsd_nat_target final : public fbsd_nat_target Link Here
76
};
76
};
77
77
78
static aarch64_fbsd_nat_target the_aarch64_fbsd_nat_target;
78
static aarch64_fbsd_nat_target the_aarch64_fbsd_nat_target;
79
#ifdef HAVE_DBREG
79
bool aarch64_fbsd_nat_target::debug_regs_probed;
80
bool aarch64_fbsd_nat_target::debug_regs_probed;
81
#endif
80
82
81
/* Fetch register REGNUM from the inferior.  If REGNUM is -1, do this
83
/* Fetch register REGNUM from the inferior.  If REGNUM is -1, do this
82
   for all registers.  */
84
   for all registers.  */

Return to bug 264095