diff options
Diffstat (limited to 'gdb/i386bsd-nat.h')
-rw-r--r-- | gdb/i386bsd-nat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/i386bsd-nat.h b/gdb/i386bsd-nat.h index a11f554..2f50c32 100644 --- a/gdb/i386bsd-nat.h +++ b/gdb/i386bsd-nat.h @@ -25,6 +25,9 @@ extern struct target_ops *i386bsd_target (void); +/* Low level i386 XSAVE info. */ +extern size_t i386bsd_xsave_len; + /* low level i386 debug register functions used in i386fbsd-nat.c. */ extern void i386bsd_dr_set_control (unsigned long control); |