summaryrefslogtreecommitdiff
path: root/gdb/amd64-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Convert dtrace probes to use operationsTom Tromey2021-03-081-25/+14
* Convert some frame functions to use gdb::array_view.Luis Machado2021-01-191-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: use two displaced step buffers on amd64/LinuxSimon Marchi2020-12-041-1/+1
* gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi2020-12-041-4/+4
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-6/+5
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-14/+14
* Migrate the x86 MPX handle_segmentation_fault hook to report_signal_info.John Baldwin2020-07-211-2/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* i386/AArch64: Remove old xml testsAlan Hayward2019-07-041-28/+0
* Revert the header-sorting patchTom Tromey2019-04-061-15/+14
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-14/+15
* Make base class for parser_stateTom Tromey2019-04-041-16/+16
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Split size in regset section iteratorsAlan Hayward2018-08-131-3/+3
* x86_64-windows GDB crash due to fs_base/gs_base registersPedro Alves2018-06-291-1/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+2
* Remove regcache_cooked_readSimon Marchi2018-05-301-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Ignore warning about using different types of enums in switchSimon Marchi2017-12-291-0/+5
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Convert the rest x86 target descriptionsYao Qi2017-09-051-1/+1
* Convert amd64-linux target descriptionsYao Qi2017-09-051-42/+2
* Lazily and dynamically create amd64-linux target descriptionsYao Qi2017-09-051-52/+86
* Centralize amd64-linux target descriptionsYao Qi2017-09-051-18/+28
* Update comments in amd64_linux_core_read_descriptionYao Qi2017-09-051-3/+3
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-071-4/+2
* Fix x86-64 GNU/Linux crashesPedro Alves2017-07-131-11/+5
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-2/+0
* Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm2017-02-171-4/+5
* Add target description for avx-avx512.Michael Sturm2017-02-171-6/+15
* Rename target descriptions to reflect actual content of description.Michael Sturm2017-02-171-8/+8
* amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi2017-01-271-1/+6
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-3/+0
* Add target descriptions for AVX + MPXWalfred Tedeschi2016-04-191-0/+7
* Intel MPX bound violation handlingWalfred Tedeschi2016-02-181-0/+2
* Use linux_get_siginfo_type_with_fields for x86Walfred Tedeschi2016-02-021-0/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb/linux-record: Fix struct sizes for x32Marcin Kościelnicki2015-10-301-4/+4
* gdb/linux-record: Fix size_termios for x32, amd64, aarch64Marcin Kościelnicki2015-10-301-2/+2
* gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki2015-10-301-0/+2
* gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki2015-10-301-4/+4
* gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki2015-10-301-8/+8
* gdb/linux-record: Remove size_siginfoMarcin Kościelnicki2015-10-301-2/+0
* Add some more casts (1/2)Simon Marchi2015-09-251-3/+5
* Mostly trivial enum fixesSimon Marchi2015-07-311-5/+6