| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-12-10 | [gdb] Fix whitespace in *.def | Tom de Vries | 1 | -0/+4 |
| 2025-12-02 | [gdb] Clean whitespace in *.ac and *.m4 files | Tom de Vries | 3 | -166/+166 |
| 2025-12-02 | [gdb] Handle *.ac and *.m4 files in .gitattributes | Tom de Vries | 1 | -0/+10 |
| 2025-12-01 | gdb, gdbserver: propagate use of target_desc unique pointers | Simon Marchi | 14 | -94/+97 |
| 2025-12-01 | gdbserver: remove leftovers from tic6x target_desc selftests | Simon Marchi | 1 | -21/+0 |
| 2025-12-01 | gdb/aarch64: change target_ops::stopped_data_address API | Andrew Burgess | 14 | -76/+100 |
| 2025-11-20 | gdb: include NT_I386_TLS note in generated core files | Andrew Burgess | 1 | -0/+105 |
| 2025-11-17 | gdbserver/aarch64: Enable FPMR for AArch64 in gdbserver on Linux | Ezra Sitorus | 1 | -0/+29 |
| 2025-11-17 | gdb, gdbserver: fix read/write_ptid types | Markus Metzger | 1 | -18/+33 |
| 2025-11-17 | gdbserver, read_ptid: handle '0' and '-1' thread ids | Markus Metzger | 1 | -2/+9 |
| 2025-11-14 | gdbserver: adjust init_target_desc call in tic6x_read_description | Simon Marchi | 1 | -1/+1 |
| 2025-11-14 | gdb: remove tic6x .dat files | Simon Marchi | 2 | -24/+1 |
| 2025-11-07 | Write entire buffer in gdbserver write_prim | Tom Tromey | 1 | -12/+20 |
| 2025-10-20 | gdb, gdbserver, gdbsupport: trim trailing whitespaces | Simon Marchi | 7 | -11/+11 |
| 2025-10-03 | gdb/gdbserver: add new qExecAndArgs packet | Andrew Burgess | 1 | -0/+28 |
| 2025-10-03 | gdbserver: prevent assertion caused by passing empty program name | Andrew Burgess | 1 | -0/+3 |
| 2025-09-24 | This commit adds support for catching syscalls on riscv | Timur Golubovich | 1 | -0/+24 |
| 2025-09-24 | [gdb/testsuite, gdbserver] Fix typos | Tom de Vries | 1 | -1/+1 |
| 2025-09-23 | gdbserver: better handling for missing argument values | Andrew Burgess | 1 | -3/+8 |
| 2025-09-23 | gdbserver: allow gnu style arguments to gdbserver | Andrew Burgess | 1 | -14/+47 |
| 2025-09-15 | gdbsupport: remove xmalloc in format_pieces | Simon Marchi | 1 | -2/+2 |
| 2025-09-12 | gdb, gdbserver: fix typos | Simon Marchi | 1 | -2/+2 |
| 2025-09-12 | gdb/gdbserver: pass inferior arguments as a single string | Andrew Burgess | 2 | -1/+24 |
| 2025-09-12 | gdb/gdbserver: add a '--no-escape-args' command line option | Michael Weghorn | 1 | -4/+21 |
| 2025-09-09 | Use gnulib c-ctype module in gdb | Tom Tromey | 5 | -14/+9 |
| 2025-09-09 | Use c-ctype.h (not safe-ctype.h) in gdb | Tom Tromey | 1 | -2/+1 |
| 2025-08-29 | GDB, gdbserver: aarch64-linux: Initial Guarded Control Stack support | Thiago Jung Bauermann | 1 | -0/+46 |
| 2025-08-29 | gdb, gdbserver: Add support of Intel shadow stack pointer register. | Christina Schimpe | 1 | -1/+27 |
| 2025-08-29 | gdb, gdbserver: Use xstate_bv for target description creation on x86. | Christina Schimpe | 4 | -32/+33 |
| 2025-08-29 | gdbserver: Add assert in x86_linux_read_description. | Christina Schimpe | 1 | -1/+6 |
| 2025-08-29 | gdbserver: Add optional runtime register set type. | Christina Schimpe | 2 | -15/+42 |
| 2025-08-19 | Remove autoconf macro AC_HEADER_STDC | Pietro Monteiro | 2 | -227/+0 |
| 2025-08-14 | gdb, gdbserver: update copyright years in copyright notices | Simon Marchi | 2 | -2/+2 |
| 2025-08-04 | Disabling hardware single step in gdbserver | Tom Tromey | 2 | -4/+9 |
| 2025-08-01 | gdbserver: switch to using getopt_long for argument processing | Andrew Burgess | 1 | -153/+247 |
| 2025-08-01 | gdbserver: exit with code 1 after missing packet name | Andrew Burgess | 1 | -1/+1 |
| 2025-08-01 | gdbserver: convert locals to `bool` in captured_main | Andrew Burgess | 1 | -11/+10 |
| 2025-07-23 | gdbserver: use reference in range for loop | Simon Marchi | 1 | -1/+1 |
| 2025-07-23 | gdb, gdbserver: use structured bindings in a few places | Simon Marchi | 1 | -13/+8 |
| 2025-06-23 | gdb: only use /proc/PID/exe for local f/s with no sysroot | Andrew Burgess | 1 | -2/+2 |
| 2025-06-23 | gdbserver: include sys/stat.h for 'struct stat' | Andrew Burgess | 1 | -0/+1 |
| 2025-06-20 | gdbserver: Update require_int function to parse offset for pread packet | Kirill Radkin | 1 | -4/+13 |
| 2025-06-17 | gdb: implement linux namespace support for fileio_lstat and vFile::lstat | Fabian Kilger | 5 | -2/+28 |
| 2025-06-17 | gdbserver: fix vFile:stat to actually use 'stat' | Andrew Burgess | 1 | -1/+1 |
| 2025-06-17 | gdbserver: add vFile:lstat packet support | Andrew Burgess | 1 | -0/+38 |
| 2025-05-02 | [gdbsupport] Reimplement phex and phex_nz as templates | Tom de Vries | 4 | -6/+6 |
| 2025-04-24 | gdb: move remote arg splitting and joining into gdbsupport/ | Andrew Burgess | 1 | -1/+2 |
| 2025-04-08 | Update copyright dates to include 2025 | Tom Tromey | 89 | -89/+89 |
| 2025-04-05 | gdbserver: regcache: Update comment in supply_regblock | Thiago Jung Bauermann | 1 | -2/+1 |
| 2025-04-02 | Fix gdbserver crashes on SVE/SME-enabled systems | Luis Machado | 2 | -1/+30 |