aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-3/+3
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-4/+4
2022-07-12[gdb/record] Support recording of getrandomTom de Vries1-0/+3
2022-05-09[gdb/tdep] Handle pipe2 syscall for amd64Tom de Vries1-0/+3
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess1-1/+1
2022-03-31gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xmlH.J. Lu1-2/+4
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use correct stream for process record outputTom Tromey1-3/+4
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi1-1/+1
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-4/+4
2021-08-17gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu1-2/+2
2021-03-08Convert dtrace probes to use operationsTom Tromey1-25/+14
2021-01-19Convert some frame functions to use gdb::array_view.Luis Machado1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: use two displaced step buffers on amd64/LinuxSimon Marchi1-1/+1
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi1-4/+4
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-6/+5
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-14/+14
2020-07-21Migrate the x86 MPX handle_segmentation_fault hook to report_signal_info.John Baldwin1-2/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-07-04i386/AArch64: Remove old xml testsAlan Hayward1-28/+0
2019-04-06Revert the header-sorting patchTom Tromey1-15/+14
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-14/+15
2019-04-04Make base class for parser_stateTom Tromey1-16/+16
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-13Split size in regset section iteratorsAlan Hayward1-3/+3
2018-06-29x86_64-windows GDB crash due to fs_base/gs_base registersPedro Alves1-1/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+2
2018-05-30Remove regcache_cooked_readSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-29Ignore warning about using different types of enums in switchSimon Marchi1-0/+5
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-09-05Convert the rest x86 target descriptionsYao Qi1-1/+1
2017-09-05Convert amd64-linux target descriptionsYao Qi1-42/+2
2017-09-05Lazily and dynamically create amd64-linux target descriptionsYao Qi1-52/+86
2017-09-05Centralize amd64-linux target descriptionsYao Qi1-18/+28
2017-09-05Update comments in amd64_linux_core_read_descriptionYao Qi1-3/+3
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-4/+2
2017-07-13Fix x86-64 GNU/Linux crashesPedro Alves1-11/+5
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi1-2/+0
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm1-4/+5
2017-02-17Add target description for avx-avx512.Michael Sturm1-6/+15
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm1-8/+8
2017-01-27amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi1-1/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-3/+0