Age | Commit message (Expand) | Author | Files | Lines |
2024-09-25 | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 1 | -3/+2 |
2024-06-14 | gdb/gdbserver: share x86/linux tdesc caching | Andrew Burgess | 1 | -31/+0 |
2024-06-14 | gdb/gdbserver: share some code relating to target description creation | Andrew Burgess | 1 | -0/+1 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-03-26 | Revert "gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition" | Andrew Burgess | 1 | -1/+0 |
2024-03-26 | Revert "gdb/gdbserver: share some code relating to target description creation" | Andrew Burgess | 1 | -1/+0 |
2024-03-26 | Revert "gdb/gdbserver: share x86/linux tdesc caching" | Andrew Burgess | 1 | -0/+31 |
2024-03-25 | gdb/gdbserver: share x86/linux tdesc caching | Andrew Burgess | 1 | -31/+0 |
2024-03-25 | gdb/gdbserver: share some code relating to target description creation | Andrew Burgess | 1 | -0/+1 |
2024-03-25 | gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition | Andrew Burgess | 1 | -0/+1 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -3/+3 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-08-28 | gdb: Update x86 Linux architectures to support XSAVE layouts. | John Baldwin | 1 | -3/+10 |
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 |