Age | Commit message (Expand) | Author | Files | Lines |
2023-03-13 | gdb: add gdbarch::displaced_step_buffer_length | Andrew Burgess | 1 | -1/+3 |
2023-02-21 | [aarch64] Enable pointer authentication support for aarch64 bare metal/kernel... | Luis Machado | 1 | -40/+0 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-16 | [aarch64] Fix removal of non-address bits for PAuth | Luis Machado | 1 | -6/+42 |
2022-12-09 | [aarch64] Add TPIDR2 register support for Linux | Luis Machado | 1 | -7/+23 |
2022-10-11 | gdb: rename target_read_auxv(target_ops *) to target_read_auxv_raw | Simon Marchi | 1 | -1/+1 |
2022-10-11 | gdb: fix auxv caching | Simon Marchi | 1 | -2/+4 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -5/+5 |
2022-07-19 | [AArch64] MTE corefile support | Luis Machado | 1 | -0/+171 |
2022-07-12 | [gdb/record] Support recording of getrandom | Tom de Vries | 1 | -0/+2 |
2022-05-18 | Use aarch64_features to describe register features in target descriptions. | John Baldwin | 1 | -4/+7 |
2022-05-03 | Read the tpidr register from NT_ARM_TLS core dump notes on Linux Aarch64. | John Baldwin | 1 | -1/+20 |
2022-05-03 | Add an aarch64-tls feature which includes the tpidr register. | John Baldwin | 1 | -1/+1 |
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-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -5/+6 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -1/+1 |
2021-08-17 | gdb: Don't assume r_ldsomap when r_version > 1 on Linux | H.J. Lu | 1 | -1/+1 |
2021-06-28 | Sanitize the address before working with allocation tags | Luis Machado | 1 | -2/+9 |
2021-06-28 | Fix FFR register size for core files. | Luis Machado | 1 | -1/+1 |
2021-06-28 | Fix tag_ctl register size in the core file. | Luis Machado | 1 | -1/+1 |
2021-03-24 | AArch64: Add MTE register set support for core files | Luis Machado | 1 | -0/+20 |
2021-03-24 | AArch64: Report tag violation error information | Luis Machado | 1 | -0/+70 |
2021-03-24 | AArch64: Add unit testing for logical tag set/get operations | Luis Machado | 1 | -0/+31 |
2021-03-24 | AArch64: Implement the memory tagging gdbarch hooks | Luis Machado | 1 | -0/+205 |
2021-03-24 | AArch64: Add target description/feature for MTE registers | Luis Machado | 1 | -1/+4 |
2021-03-24 | AArch64: Add MTE CPU feature check support | Luis Machado | 1 | -0/+2 |
2021-03-08 | Convert stap probes to create operations | Tom Tromey | 1 | -34/+24 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
2021-01-19 | Use gdb::array_view for setting value bytes in trad-frame | Luis Machado | 1 | -7/+7 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-10 | [AArch64] SVE/FPSIMD fixup for big endian | Luis Machado | 1 | -19/+95 |
2020-12-04 | gdb: make displaced stepping implementation capable of managing multiple buffers | Simon Marchi | 1 | -1/+1 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -2/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -1/+1 |
2020-01-24 | Update comments about removed function | Christian Biesinger | 1 | -1/+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-12-04 | Remove unused includes in aarch64-linux-tdep.c | Simon Marchi | 1 | -5/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-15 | Change gcc_target_options to return std::string | Tom Tromey | 1 | -2/+2 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -1/+1 |
2019-07-04 | Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash | Alan Hayward | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -18/+18 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -18/+18 |
2019-03-25 | Add linux_get_hwcap | Alan Hayward | 1 | -14/+2 |
2019-03-22 | AArch64: Read pauth section from core files | Alan Hayward | 1 | -0/+20 |