aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-28FreeBSD x86: Use tramp-frame for signal frames.John Baldwin1-1/+0
2022-01-28FreeBSD x86: Remove fallback for detecting signal trampolines by address.John Baldwin1-2/+0
2022-01-28Remove vestigal FreeBSD/i386 3.x support.John Baldwin1-1/+0
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-68/+68
2021-03-08Convert stap probes to create operationsTom Tromey1-2/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi1-6/+6
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-10-02Fix the i386 buildKamil Rytarowski1-1/+0
2020-09-14Apply 'const' in more placesTom Tromey1-9/+9
2020-04-30Use thiscall calling convention for class membersHannes Domani1-0/+13
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi1-1/+1
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-03-12Support the fs_base and gs_base registers on i386.John Baldwin1-2/+10
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi1-0/+4
2017-09-04Let i386_target_description return tdesc_i386_mmxYao Qi1-3/+0
2017-04-12gdb: Move DJGPP/go32 bits to their own tdep filePedro Alves1-0/+5
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm1-1/+13
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-23Normalize names of some source filesSimon Marchi1-1/+1
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi1-0/+2
2016-02-10gdb/x86: Implement ax_pseudo_register_collect hook.Marcin Koƛcielnicki1-0/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-09i386: Fix type of gdbarch_tdep::register_reggroup_pSimon Marchi1-1/+1
2015-04-13Add support for the x86 XSAVE extended state on FreeBSD/x86.John Baldwin1-0/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-30X86: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez1-6/+6
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez1-0/+6
2014-05-21X86: Replace regset_alloc() invocations by static regset structures.Andreas Arnez1-12/+2
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm1-2/+62
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-20Add MPX support for i386Walfred Tedeschi1-1/+23
2013-09-24Revert use of classify callback in i386 gdbarch_tdep.Joel Brobecker1-24/+0
2013-09-24Revert use of memory_args_by_pointer in i386 gdbarch_tdep.Joel Brobecker1-9/+0
2013-09-24Revert use of integer_param_regs_saved_in_caller_frame in i386 gdbarch_tdep.Joel Brobecker1-14/+4
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-10-15Remove sp_regnum_from_eax and pc_regnum_from_eaxH.J. Lu1-8/+0
2012-07-04Add sp_regnum_from_eax/pc_regnum_from_eax to i386 gdbarch_tdepH.J. Lu1-0/+8
2012-06-13 H.J. Lu <hongjiu.lu@intel.com>Mark Kettenis1-0/+2
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+9
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-07-22gdbTom Tromey1-4/+5
2011-03-18 gdb/Pedro Alves1-3/+4