aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64-tdep.c
AgeCommit message (Expand)Author
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-03-07amd64-mpx: initialize BND register before performing inferior calls.Walfred Tedeschi
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm
2017-02-17Add target description for avx-avx512.Michael Sturm
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm
2017-01-27amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi
2017-01-18Use register_size () instead of MAX_REGISTER_SIZEAlan Hayward
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-08-19x32: gdb: Fix 'call' insn relocation with qRelocInsnPedro Alves
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-19Add target descriptions for AVX + MPXWalfred 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-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-12[amd64] Invalid return address after displaced steppingJoel Brobecker
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan
2015-04-13Add support for the x86 XSAVE extended state on FreeBSD/x86.John Baldwin
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-02-04Fix internal error when core file section is too bigAndreas Arnez
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-28Fix amd64 dwarf register number mapping (MMX register and higher)Pierre Muller
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez
2014-08-20Adjust comments with example in itYao Qi
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-05-22Add new infrun.h header.Pedro Alves
2014-05-21X86: Replace regset_alloc() invocations by static regset structures.Andreas Arnez
2014-05-21Remove 'arch' field from regset structure.Andreas Arnez
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm
2014-01-16gdbarch: add instruction predicate methodsMarkus Metzger
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-19Extend SystemTap SDT probe argument parserSergio Durigan Junior
2013-12-17"tfind" across unavailable-stack frames.Pedro Alves
2013-12-10Use target_read_code in skip_prologue (amd64)Yao Qi
2013-11-20MPX for amd64Walfred Tedeschi
2013-09-26 Replace constant values 8 to 15 by AMD64_R8_REGNUM toPierre Muller
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-12-04Fix for incorrect breakpoint set in case of clang compiled binaryKarthik Bhat
2012-10-262012-10-26 Pedro Alves <palves@redhat.com>Pedro Alves
2012-10-23PR gdb/12796Mark Kettenis