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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/i386bsd-nat.h b/gdb/i386bsd-nat.h
index f9772c7c747..7bf53f3c0c3 100644
--- a/gdb/i386bsd-nat.h
+++ b/gdb/i386bsd-nat.h
@@ -25,4 +25,14 @@
extern struct target_ops *i386bsd_target (void);
+/* low level i386 debug register functions used in i386fbsd-nat.c. */
+
+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 unsigned long i386bsd_dr_get_status (void);
+
#endif /* i386bsd-nat.h */