diff options
Diffstat (limited to 'gdb/i386-tdep.h')
-rw-r--r-- | gdb/i386-tdep.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h index e0950a3..db8f4f7 100644 --- a/gdb/i386-tdep.h +++ b/gdb/i386-tdep.h @@ -237,6 +237,9 @@ struct gdbarch_tdep int (*i386_sysenter_record) (struct regcache *regcache); /* Parse syscall args. */ int (*i386_syscall_record) (struct regcache *regcache); + + /* Regsets. */ + const struct regset *fpregset; }; /* Floating-point registers. */ @@ -387,6 +390,9 @@ extern void i386_supply_gregset (const struct regset *regset, /* General-purpose register set. */ extern const struct regset i386_gregset; +/* Floating-point register set. */ +extern const struct regset i386_fpregset; + /* Return the appropriate register set for the core section identified by SECT_NAME and SECT_SIZE. */ extern const struct regset * |