summaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi
2017-09-04Let i386_target_description return tdesc_i386_mmxYao Qi
2017-04-12gdb: Move DJGPP/go32 bits to their own tdep filePedro Alves
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-23Normalize names of some source filesSimon Marchi
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi
2016-02-10gdb/x86: Implement ax_pseudo_register_collect hook.Marcin Koƛcielnicki
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-09i386: Fix type of gdbarch_tdep::register_reggroup_pSimon Marchi
2015-04-13Add support for the x86 XSAVE extended state on FreeBSD/x86.John Baldwin
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-09-30X86: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez
2014-05-21X86: Replace regset_alloc() invocations by static regset structures.Andreas Arnez
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-20Add MPX support for i386Walfred Tedeschi
2013-09-24Revert use of classify callback in i386 gdbarch_tdep.Joel Brobecker
2013-09-24Revert use of memory_args_by_pointer in i386 gdbarch_tdep.Joel Brobecker
2013-09-24Revert use of integer_param_regs_saved_in_caller_frame in i386 gdbarch_tdep.Joel Brobecker
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-10-15Remove sp_regnum_from_eax and pc_regnum_from_eaxH.J. Lu
2012-07-04Add sp_regnum_from_eax/pc_regnum_from_eax to i386 gdbarch_tdepH.J. Lu
2012-06-13 H.J. Lu <hongjiu.lu@intel.com>Mark Kettenis
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-07-22gdbTom Tromey
2011-03-18 gdb/Pedro Alves
2011-01-092011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-09-11Remove amd64_register_name.H.J. Lu
2010-06-22 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.Doug Evans
2010-04-07Support i386 AVX.H.J. Lu
2010-03-02Support x86 pseudo byte, word and dword registers.H.J. Lu
2010-03-01Enable XML target descriptions for x86.H.J. Lu
2010-01-29amd64-windows: 32 bytes allocated on stack by caller for integer parameter re...Joel Brobecker
2010-01-29amd64-windows: memory args passed by pointer during function calls.Joel Brobecker
2010-01-29amd64: Integer parameters in function calls on Windows.Joel Brobecker
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-08-102009-08-10 Hui Zhu <teawater@gmail.com>Hui Zhu
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand
2009-07-02 * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type andUlrich Weigand
2009-07-02 * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double,Ulrich Weigand
2009-05-17* i386-tdep.c (i386_process_record): Make it extern.Hui Zhu
2009-04-30I386 architecture process record and replay support.Hui Zhu
2009-02-042009-02-04 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-06-11 * gdbarch.sh (gdbarch_skip_main_prologue): New.Pierre Muller