Remove path name from test case
[binutils-gdb.git] / gdb / amd64-linux-tdep.c
2023-08-28 John Baldwingdb: Update x86 Linux architectures to support XSAVE...
2023-03-07 John Baldwinamd64-linux-tdep: Don't treat fs_base and gs_base as...
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-07-21 Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-07-12 Tom de Vries[gdb/record] Support recording of getrandom
2022-05-09 Tom de Vries[gdb/tdep] Handle pipe2 syscall for amd64
2022-04-07 Andrew Burgessgdb: make gdbarch_register_reggroup_p take a const...
2022-03-31 H.J. Lugdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xml
2022-03-29 Tom TromeyUnify gdb printf functions
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyUse correct stream for process record output
2021-12-03 Simon Marchigdb: make extract_integer take an array_view
2021-11-15 Simon Marchigdb: fix gdbarch_tdep ODR violation
2021-08-17 H.J. Lugdb: Don't assume r_ldsomap when r_version > 1 on Linux
2021-03-08 Tom TromeyConvert dtrace probes to use operations
2021-01-19 Luis MachadoConvert some frame functions to use gdb::array_view.
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Simon Marchigdb: use two displaced step buffers on amd64/Linux
2020-12-04 Simon Marchigdb: make displaced stepping implementation capable...
2020-12-04 Simon Marchigdb: move displaced stepping logic to gdbarch, allow...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-07-22 John BaldwinMigrate the x86 MPX handle_segmentation_fault hook...
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-04 Alan Haywardi386/AArch64: Remove old xml tests
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-04-05 Tom TromeyMake base class for parser_state
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-08-13 Alan HaywardSplit size in regset section iterators
2018-06-29 Pedro Alvesx86_64-windows GDB crash due to fs_base/gs_base registers
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-30 Simon MarchiRemove regcache_cooked_read
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-30 Simon MarchiIgnore warning about using different types of enums...
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-05 Yao QiConvert the rest x86 target descriptions
2017-09-05 Yao QiConvert amd64-linux target descriptions
2017-09-05 Yao QiLazily and dynamically create amd64-linux target descri...
2017-09-05 Yao QiCentralize amd64-linux target descriptions
2017-09-05 Yao QiUpdate comments in amd64_linux_core_read_description
2017-08-07 Maciej W. Rozyckigdbarch: Use an anonymous union for target data in...
2017-07-13 Pedro AlvesFix x86-64 GNU/Linux crashes
2017-06-09 Simon Marchigdbarch: Remove displaced_step_free_closure
2017-02-17 Michael SturmAdd support for Intel PKRU register to GDB and GDBserver.
2017-02-17 Michael SturmAdd target description for avx-avx512.
2017-02-17 Michael SturmRename target descriptions to reflect actual content...
2017-01-27 Walfred Tedeschiamd64-linux: expose system register FS_BASE and GS_BASE...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-04-19 Walfred TedeschiAdd target descriptions for AVX + MPX
2016-02-18 Walfred TedeschiIntel MPX bound violation handling
2016-02-02 Walfred TedeschiUse linux_get_siginfo_type_with_fields for x86
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-30 Marcin Kościelnickigdb/linux-record: Fix struct sizes for x32
2015-10-30 Marcin Kościelnickigdb/linux-record: Fix size_termios for x32, amd64,...
2015-10-30 Marcin Kościelnickigdb/linux-record: Support time, waitpid, pipe syscalls
2015-10-30 Marcin Kościelnickigdb/linux-record: Fix readdir and getdents handling
2015-10-30 Marcin Kościelnickigdb/linux-record: Fix sizes of sigaction and sigset_t
2015-10-30 Marcin Kościelnickigdb/linux-record: Remove size_siginfo
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-06-24 Yao QiCall set_gdbarch_get_siginfo_type in linux_init_abi
2015-04-10 Pedro AlvesPR13858 - Can't do displaced stepping with no symbols
2015-02-17 Jose E. MarchesiSupport for DTrace USDT probes in x86_64 targets.
2015-02-04 Andreas Arnezx86: Use correct .reg-xstate section size
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-20 Sergio Durigan JuniorPartial fix for PR breakpoints/10737: Make syscall...
2014-09-30 Andreas ArnezAdd 'regset' parameter to 'iterate_over_regset_sections_cb'
2014-09-30 Andreas ArnezReplace 'core_regset_sections' by iterator method
2014-09-02 Gary BensonRename 32- and 64-bit Intel files from "i386" to "x86"
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-04-24 Michael SturmAdd AVX512 registers support to GDB and GDBserver.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-19 H.J. LuAdd amd64_x32_linux_record_tdep and amd64_x32_sys
2013-11-20 Walfred TedeschiMPX for amd64
2013-11-18 Tom Tromeyremove gdb_string.h
2013-07-23 Yao Qigdb/
2013-03-11 Markus MetzgerRename record_ prefixes in record-full.h into record_full_.
2013-03-11 Markus MetzgerSplit record.h into record.h and record-full.h.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-07-03 H.J. LuSupport x32 sigtramp
2012-06-13 Mark Kettenis * amd64-linux-tdep.c (amd64_linux_init_abi_comm...
2012-05-24 Pedro Alvesgdb/
2012-05-12 Pedro Alves2012-05-12 Pedro Alves <palves@redhat.com>
2012-05-11 H.J. LuCheck gdbarch_ptr_bit for x32 core dump
2012-05-11 H.J. LuInclude 32-linux.c and x32-avx-linux.c
2012-05-07 Pedro Alves2012-05-07 Pedro Alves <palves@redhat.com>
2012-03-01 Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-02-02 Doug Evans * blockframe.c (find_pc_partial_function_gnu_ifunc...
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-11 Andrey Smirnov* amd64-linux-tdep.c (amd64_canonicalize_syscall):...
2011-02-26 Michael Snyder2011-02-26 Michael Snyder <msnyder@vmware.com>
2011-01-07 Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-08-04 Pedro Alves * corelow.c (core_pid_to_str): Default to using normal...
2010-07-07 Ulrich Weigand * linux-nat.c (linux_nat_do_thread_registers): Use...
next