Age | Commit message (Expand) | Author | Files | Lines |
2024-11-13 | [gdb/tdep] Handle syscall clock_gettime64 for arm-linux | Tom de Vries | 1 | -0/+1 |
2024-11-13 | [gdb/tdep] Handle sycall statx for arm-linux | Tom de Vries | 1 | -0/+1 |
2024-06-19 | [gdb/tdep] Simplify ARM_LINUX_JB_PC_EABI | Tom de Vries | 1 | -21/+8 |
2024-06-07 | [gdb/tdep] Fix ARM_LINUX_JB_PC_EABI | Tom de Vries | 1 | -2/+16 |
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-02-29 | gdb/arm: Remove tpidruro register from non-FreeBSD target descriptions | Thiago Jung Bauermann | 1 | -1/+1 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -6/+6 |
2024-01-31 | gdb: remove some unnecessary frame_info_ptr resets | Simon Marchi | 1 | -3/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-14 | gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h | Simon Marchi | 1 | -5/+6 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -1/+1 |
2023-11-21 | [gdb/tdep] Fix catching syscall execve exit for arm | Tom de Vries | 1 | -4/+38 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+1 |
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 | -1/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -7/+7 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -2/+2 |
2022-07-12 | [gdb/record] Support recording of getrandom | Tom de Vries | 1 | -0/+1 |
2022-05-03 | Add an arm-tls feature which includes the tpidruro register from CP15. | John Baldwin | 1 | -2/+2 |
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 | -2/+2 |
2021-08-17 | gdb: Don't assume r_ldsomap when r_version > 1 on Linux | H.J. Lu | 1 | -1/+1 |
2021-03-08 | Convert stap probes to create operations | Tom Tromey | 1 | -25/+20 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
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-12-04 | gdb: rename displaced_step_closure to displaced_step_copy_insn_closure | Simon Marchi | 1 | -8/+8 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -13/+13 |
2020-10-30 | gdb: introduce displaced_debug_printf | Simon Marchi | 1 | -27/+17 |
2020-02-18 | Fix build with gcc-4.8.x | Bernd Edlinger | 1 | -1/+2 |
2020-02-14 | gdb: introduce displaced_step_closure_up type alias | Simon Marchi | 1 | -1/+1 |
2020-02-14 | gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr | Simon Marchi | 1 | -5/+6 |
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-10-15 | Change gcc_target_options to return std::string | Tom Tromey | 1 | -2/+2 |
2019-09-20 | Move arm_apcs_32 extern declaration to header | Christian Biesinger | 1 | -1/+0 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-07-19 | Arm: Add read_description read funcs and use in GDB | Alan Hayward | 1 | -5/+6 |
2019-07-04 | Arm: Prefix register sizes with ARM_ | Alan Hayward | 1 | -20/+21 |
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 | -29/+27 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -27/+29 |
2019-03-25 | Add linux_get_hwcap | Alan Hayward | 1 | -4/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |