diff options
Diffstat (limited to 'gdb/arch/i386.h')
-rw-r--r-- | gdb/arch/i386.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/arch/i386.h b/gdb/arch/i386.h index 1fc4101..91a581f 100644 --- a/gdb/arch/i386.h +++ b/gdb/arch/i386.h @@ -21,7 +21,12 @@ #include "gdbsupport/tdesc.h" #include <stdint.h> -target_desc *i386_create_target_description (uint64_t xcr0, bool is_linux, +/* Create i386 target descriptions according to XSTATE_BV. If IS_LINUX is + true, create target descriptions for Linux. If SEGMENTS is true, then + include the "org.gnu.gdb.i386.segments" feature registers. */ + +target_desc *i386_create_target_description (uint64_t xstate_bv, + bool is_linux, bool segments); #endif /* GDB_ARCH_I386_H */ |