summaryrefslogtreecommitdiff
path: root/gdb/amd64-linux-tdep.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-29Ignore warning about using different types of enums in switchSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-05Convert the rest x86 target descriptionsYao Qi
2017-09-05Convert amd64-linux target descriptionsYao Qi
2017-09-05Lazily and dynamically create amd64-linux target descriptionsYao Qi
2017-09-05Centralize amd64-linux target descriptionsYao Qi
2017-09-05Update comments in amd64_linux_core_read_descriptionYao Qi
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki
2017-07-13Fix x86-64 GNU/Linux crashesPedro Alves
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi
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-01update copyright year range in GDB filesJoel Brobecker
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi
2016-02-02Use linux_get_siginfo_type_with_fields for x86Walfred Tedeschi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-30gdb/linux-record: Fix struct sizes for x32Marcin Kościelnicki
2015-10-30gdb/linux-record: Fix size_termios for x32, amd64, aarch64Marcin Kościelnicki
2015-10-30gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki
2015-10-30gdb/linux-record: Remove size_siginfoMarcin Kościelnicki
2015-09-25Add some more casts (1/2)Simon Marchi
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi
2015-04-10PR13858 - Can't do displaced stepping with no symbolsPedro Alves
2015-02-17Support for DTrace USDT probes in x86_64 targets.Jose E. Marchesi
2015-02-04x86: Use correct .reg-xstate section sizeAndreas Arnez
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-20Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez
2014-09-30Replace 'core_regset_sections' by iterator methodAndreas Arnez
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson
2014-08-07Include string.h in common-defs.hGary Benson
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-12-19Add amd64_x32_linux_record_tdep and amd64_x32_sysH.J. Lu
2013-11-20MPX for amd64Walfred Tedeschi
2013-11-18remove gdb_string.hTom Tromey
2013-07-23gdb/Yao Qi
2013-03-11Rename record_ prefixes in record-full.h into record_full_.Markus Metzger
2013-03-11Split record.h into record.h and record-full.h.Markus Metzger
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-07-03Support x32 sigtrampH.J. Lu
2012-06-13 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.Mark Kettenis