Age | Commit message (Expand) | Author | Files | Lines |
2023-03-06 | amd64-linux-tdep: Don't treat fs_base and gs_base as system registers. | John Baldwin | 1 | -3/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -3/+3 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -4/+4 |
2022-07-12 | [gdb/record] Support recording of getrandom | Tom de Vries | 1 | -0/+3 |
2022-05-09 | [gdb/tdep] Handle pipe2 syscall for amd64 | Tom de Vries | 1 | -0/+3 |
2022-04-07 | gdb: make gdbarch_register_reggroup_p take a const reggroup * | Andrew Burgess | 1 | -1/+1 |
2022-03-31 | gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xml | H.J. Lu | 1 | -2/+4 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Use correct stream for process record output | Tom Tromey | 1 | -3/+4 |
2021-12-03 | gdb: make extract_integer take an array_view | Simon Marchi | 1 | -1/+1 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -4/+4 |
2021-08-17 | gdb: Don't assume r_ldsomap when r_version > 1 on Linux | H.J. Lu | 1 | -2/+2 |
2021-03-08 | Convert dtrace probes to use operations | Tom Tromey | 1 | -25/+14 |
2021-01-19 | Convert some frame functions to use gdb::array_view. | Luis Machado | 1 | -2/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: use two displaced step buffers on amd64/Linux | Simon Marchi | 1 | -1/+1 |
2020-12-04 | gdb: make displaced stepping implementation capable of managing multiple buffers | Simon Marchi | 1 | -4/+4 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -6/+5 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -14/+14 |
2020-07-21 | Migrate the x86 MPX handle_segmentation_fault hook to report_signal_info. | John Baldwin | 1 | -2/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-07-04 | i386/AArch64: Remove old xml tests | Alan Hayward | 1 | -28/+0 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -15/+14 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -14/+15 |
2019-04-04 | Make base class for parser_state | Tom Tromey | 1 | -16/+16 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -3/+3 |
2018-06-29 | x86_64-windows GDB crash due to fs_base/gs_base registers | Pedro Alves | 1 | -1/+2 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-29 | Ignore warning about using different types of enums in switch | Simon Marchi | 1 | -0/+5 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-09-05 | Convert the rest x86 target descriptions | Yao Qi | 1 | -1/+1 |
2017-09-05 | Convert amd64-linux target descriptions | Yao Qi | 1 | -42/+2 |
2017-09-05 | Lazily and dynamically create amd64-linux target descriptions | Yao Qi | 1 | -52/+86 |
2017-09-05 | Centralize amd64-linux target descriptions | Yao Qi | 1 | -18/+28 |
2017-09-05 | Update comments in amd64_linux_core_read_description | Yao Qi | 1 | -3/+3 |
2017-08-07 | gdbarch: Use an anonymous union for target data in `gdbarch_info' | Maciej W. Rozycki | 1 | -4/+2 |
2017-07-13 | Fix x86-64 GNU/Linux crashes | Pedro Alves | 1 | -11/+5 |
2017-06-10 | gdbarch: Remove displaced_step_free_closure | Simon Marchi | 1 | -2/+0 |
2017-02-17 | Add support for Intel PKRU register to GDB and GDBserver. | Michael Sturm | 1 | -4/+5 |
2017-02-17 | Add target description for avx-avx512. | Michael Sturm | 1 | -6/+15 |
2017-02-17 | Rename target descriptions to reflect actual content of description. | Michael Sturm | 1 | -8/+8 |
2017-01-27 | amd64-linux: expose system register FS_BASE and GS_BASE for Linux. | Walfred Tedeschi | 1 | -1/+6 |