| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | Add aarch64-windows support | Hannes Domani | 2 | -0/+7 |
| 2026-01-05 | Update copyright dates to include 2026 | Tom Tromey | 63 | -63/+63 |
| 2025-12-01 | gdb/aarch64: change target_ops::stopped_data_address API | Andrew Burgess | 3 | -102/+65 |
| 2025-11-20 | gdb: include NT_I386_TLS note in generated core files | Andrew Burgess | 4 | -0/+98 |
| 2025-10-20 | gdb, gdbserver, gdbsupport: trim trailing whitespaces | Simon Marchi | 3 | -5/+5 |
| 2025-09-24 | gdb/linux: consider ptrace_scope when building attach error message | Andrew Burgess | 1 | -0/+41 |
| 2025-09-09 | Use gnulib c-ctype module in gdb | Tom Tromey | 1 | -8/+7 |
| 2025-08-29 | gdb, gdbserver: Add support of Intel shadow stack pointer register. | Christina Schimpe | 3 | -0/+65 |
| 2025-08-29 | gdb, gdbserver: Use xstate_bv for target description creation on x86. | Christina Schimpe | 2 | -11/+14 |
| 2025-08-29 | gdb: Sync up x86-gcc-cpuid.h with cpuid.h from gcc 14 branch. | Christina Schimpe | 1 | -31/+122 |
| 2025-08-12 | [gdb/tdep] Handle M1 ldp in aarch64_stopped_data_address | Tom de Vries | 1 | -4/+2 |
| 2025-06-23 | gdb: linux-namespaces: enter user namespace when appropriate | Benjamin Berg | 1 | -1/+23 |
| 2025-06-23 | gdb: only use /proc/PID/exe for local f/s with no sysroot | Andrew Burgess | 2 | -6/+38 |
| 2025-06-17 | gdb: implement linux namespace support for fileio_lstat and vFile::lstat | Fabian Kilger | 2 | -0/+74 |
| 2025-06-12 | gdb: convert linux-namespaces debug to the new(er) debug scheme | Andrew Burgess | 2 | -39/+41 |
| 2025-05-28 | Call restore_original_signal_state after GDB forks. | Alexandra Hájková | 1 | -0/+4 |
| 2025-04-08 | Update copyright dates to include 2025 | Tom Tromey | 62 | -62/+62 |
| 2025-03-18 | Use gdb unordered set in linux-procfs.c | Tom Tromey | 1 | -13/+2 |
| 2025-03-06 | [gdb/nat] Fix typos | Tom de Vries | 2 | -2/+2 |
| 2025-02-19 | gdb: LoongArch: Extend the maximum number of hardware watchpoints | Hui Li | 2 | -3/+3 |
| 2025-02-09 | gdb: Support some escaping of args with startup-with-shell being off | Michael Weghorn | 1 | -61/+20 |
| 2025-01-15 | gdb: LoongArch: Adjust loongarch_stopped_data_address() | Hui Li | 2 | -0/+32 |
| 2025-01-15 | gdb: LoongArch: Adjust loongarch_{get,remove}_debug_reg_state() | Hui Li | 2 | -30/+0 |
| 2025-01-15 | gdb: LoongArch: Remove loongarch_lookup_debug_reg_state() | Hui Li | 2 | -18/+0 |
| 2025-01-08 | GDB, gdbserver: Convert regcache_register_size function to method | Thiago Jung Bauermann | 1 | -1/+1 |
| 2024-12-18 | Run check-include-guards.py | Tom Tromey | 35 | -105/+105 |
| 2024-12-06 | Reduce WOW64 code duplication | Hannes Domani | 2 | -46/+134 |
| 2024-12-04 | [gdb/tdep] Remove includes of gdbsupport/common-defs.h | Tom de Vries | 3 | -3/+0 |
| 2024-11-22 | [gdb] Use gdb::waitpid more often | Tom de Vries | 2 | -2/+4 |
| 2024-11-22 | [gdbsupport] Add gdb::{waitpid,read,write,close} | Tom de Vries | 1 | -1/+1 |
| 2024-11-18 | [gdb] Fix some typos | Tom de Vries | 1 | -1/+1 |
| 2024-11-12 | [gdb/tdep] Use raw_supply_part_zeroed for AArch64 | Tom de Vries | 1 | -5/+3 |
| 2024-09-25 | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 2 | -8/+0 |
| 2024-09-24 | btrace: Enable event tracing on Linux for Intel PT. | Felix Willgerodt | 1 | -0/+11 |
| 2024-08-14 | btrace, linux: Enable ptwrite packets. | Felix Willgerodt | 1 | -0/+59 |
| 2024-08-02 | gdb: remove uses of VLA | Simon Marchi | 2 | -9/+6 |
| 2024-08-01 | gdb: AArch64: Support MTE on baremetal | Gustavo Romero | 1 | -0/+1 |
| 2024-07-16 | gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN | Simon Marchi | 3 | -7/+6 |
| 2024-06-27 | gdb: add overloads of gdb_tilde_expand | Andrew Burgess | 1 | -1/+1 |
| 2024-06-25 | gdb: LoongArch: Add support for hardware breakpoint | Hui Li | 5 | -22/+99 |
| 2024-06-25 | gdb: LoongArch: Add support for hardware watchpoint | Hui Li | 6 | -0/+866 |
| 2024-06-24 | gdb/i386: fix tdesc rejection issue for targets without PTRACE_GETREGSET | Andrew Burgess | 2 | -13/+10 |
| 2024-06-14 | gdb/gdbserver: share some code relating to target description creation | Andrew Burgess | 2 | -0/+184 |
| 2024-06-14 | gdb/x86: move reading of cs and ds state into gdb/nat directory | Andrew Burgess | 2 | -0/+75 |
| 2024-06-14 | gdb: move have_ptrace_getregset declaration into gdb/nat directory | Andrew Burgess | 1 | -0/+3 |
| 2024-06-14 | gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directory | Andrew Burgess | 2 | -0/+66 |
| 2024-06-07 | gdb: remove get_exec_file | Simon Marchi | 1 | -11/+5 |
| 2024-06-07 | gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file... | Simon Marchi | 1 | -1/+1 |
| 2024-05-16 | gdb: define type aliases for `fork_inferior()` callbacks | Simon Marchi | 2 | -15/+18 |
| 2024-05-02 | Fix regression on aarch64-linux gdbserver | Tom Tromey | 2 | -0/+123 |