| Index: gdb/i386bsd-nat.h
|
| diff --git a/gdb/i386bsd-nat.h b/gdb/i386bsd-nat.h
|
| index 7ddfcf586382b6bfef0e3358701e0f24a7b48841..0c5c129379e72390f07465c9b190f5acd8b9658c 100644
|
| --- a/gdb/i386bsd-nat.h
|
| +++ b/gdb/i386bsd-nat.h
|
| @@ -31,8 +31,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 */
|
|
|