summaryrefslogtreecommitdiff
path: root/gdb/i386bsd-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/i386bsd-nat.h')
-rw-r--r--gdb/i386bsd-nat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/i386bsd-nat.h b/gdb/i386bsd-nat.h
index 1c27ed5bb2c..df0b0f3d4d6 100644
--- a/gdb/i386bsd-nat.h
+++ b/gdb/i386bsd-nat.h
@@ -32,8 +32,10 @@ extern void i386bsd_dr_set_control (unsigned long control);
extern void i386bsd_dr_set_addr (int regnum, CORE_ADDR addr);
-extern void i386bsd_dr_reset_addr (int regnum);
+extern CORE_ADDR i386bsd_dr_get_addr (int regnum);
extern unsigned long i386bsd_dr_get_status (void);
+extern unsigned long i386bsd_dr_get_control (void);
+
#endif /* i386bsd-nat.h */