Age | Commit message (Expand) | Author | Files | Lines |
5 days | gdbsupport: remove xmalloc in format_pieces | Simon Marchi | 1 | -2/+2 |
7 days | gdb, gdbserver: fix typos | Simon Marchi | 1 | -2/+2 |
8 days | gdb/gdbserver: pass inferior arguments as a single string | Andrew Burgess | 2 | -1/+24 |
8 days | gdb/gdbserver: add a '--no-escape-args' command line option | Michael Weghorn | 1 | -4/+21 |
11 days | Use gnulib c-ctype module in gdb | Tom Tromey | 5 | -14/+9 |
11 days | 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 |
2025-03-31 | gdbserver: Add support for MicroBlaze host microblaze*-*-linux* | Michael Eager | 3 | -0/+253 |
2025-03-31 | [pre-commit] Add codespell hook | Tom de Vries | 1 | -4/+0 |
2025-03-27 | [gdbserver] Fix typo in tracepoint.cc | Tom de Vries | 1 | -1/+1 |
2025-03-19 | gdbserver: fix build on NetBSD | Wataru Ashihara | 1 | -1/+4 |
2025-03-18 | gdb: split up construct_inferior_arguments | Andrew Burgess | 1 | -2/+2 |
2025-03-17 | gdbsupport: add some -Wunused-* warning flags | Simon Marchi | 1 | -0/+6 |
2025-03-17 | gdbsupport: re-format and sort warning flags | Simon Marchi | 1 | -12/+20 |
2025-03-06 | [gdbserver] Drop abbreviations in gdbserver/xtensa-xtregs.cc | Tom de Vries | 1 | -2/+18 |
2025-03-06 | [gdbserver] Add codespell section in setup.cfg | Tom de Vries | 1 | -0/+4 |
2025-03-06 | [gdbserver] Fix some typos | Tom de Vries | 8 | -13/+13 |
2025-02-27 | gdb, gdbserver, gdbsupport: fix some namespace comment formatting | Simon Marchi | 1 | -2/+2 |
2025-02-19 | gdbserver, remote: introduce "id_str" in the "qXfer:threads:read" XML | Tankut Baris Aktemur | 3 | -0/+23 |
2025-02-14 | gdbserver: use `gdb::unordered_map` | Simon Marchi | 3 | -7/+6 |
2025-01-30 | gdb: add first gdbreplay test, connect.exp | Alexandra Hájková | 1 | -3/+2 |
2025-01-29 | gdbserver: fix the declared type of register_status in regcache | Tankut Baris Aktemur | 2 | -14/+18 |
2025-01-29 | gdbserver: refactor the definition and uses of supply_regblock | Tankut Baris Aktemur | 2 | -11/+8 |
2025-01-29 | gdbserver: define and use regcache::reset | Tankut Baris Aktemur | 2 | -14/+21 |
2025-01-29 | gdbserver: use REG_UNKNOWN for a regcache's register statuses | Tankut Baris Aktemur | 2 | -3/+3 |
2025-01-29 | gdbserver: use unique_ptr for thread_info's regcache | Tankut Baris Aktemur | 2 | -12/+7 |
2025-01-29 | gdbserver: convert free_register_cache into a destructor of regcache | Tankut Baris Aktemur | 4 | -20/+12 |