aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
5 daysgdbsupport: remove xmalloc in format_piecesSimon Marchi1-2/+2
7 daysgdb, gdbserver: fix typosSimon Marchi1-2/+2
8 daysgdb/gdbserver: pass inferior arguments as a single stringAndrew Burgess2-1/+24
8 daysgdb/gdbserver: add a '--no-escape-args' command line optionMichael Weghorn1-4/+21
11 daysUse gnulib c-ctype module in gdbTom Tromey5-14/+9
11 daysUse c-ctype.h (not safe-ctype.h) in gdbTom Tromey1-2/+1
2025-08-29GDB, gdbserver: aarch64-linux: Initial Guarded Control Stack supportThiago Jung Bauermann1-0/+46
2025-08-29gdb, gdbserver: Add support of Intel shadow stack pointer register.Christina Schimpe1-1/+27
2025-08-29gdb, gdbserver: Use xstate_bv for target description creation on x86.Christina Schimpe4-32/+33
2025-08-29gdbserver: Add assert in x86_linux_read_description.Christina Schimpe1-1/+6
2025-08-29gdbserver: Add optional runtime register set type.Christina Schimpe2-15/+42
2025-08-19Remove autoconf macro AC_HEADER_STDCPietro Monteiro2-227/+0
2025-08-14gdb, gdbserver: update copyright years in copyright noticesSimon Marchi2-2/+2
2025-08-04Disabling hardware single step in gdbserverTom Tromey2-4/+9
2025-08-01gdbserver: switch to using getopt_long for argument processingAndrew Burgess1-153/+247
2025-08-01gdbserver: exit with code 1 after missing packet nameAndrew Burgess1-1/+1
2025-08-01gdbserver: convert locals to `bool` in captured_mainAndrew Burgess1-11/+10
2025-07-23gdbserver: use reference in range for loopSimon Marchi1-1/+1
2025-07-23gdb, gdbserver: use structured bindings in a few placesSimon Marchi1-13/+8
2025-06-23gdb: only use /proc/PID/exe for local f/s with no sysrootAndrew Burgess1-2/+2
2025-06-23gdbserver: include sys/stat.h for 'struct stat'Andrew Burgess1-0/+1
2025-06-20gdbserver: Update require_int function to parse offset for pread packetKirill Radkin1-4/+13
2025-06-17gdb: implement linux namespace support for fileio_lstat and vFile::lstatFabian Kilger5-2/+28
2025-06-17gdbserver: fix vFile:stat to actually use 'stat'Andrew Burgess1-1/+1
2025-06-17gdbserver: add vFile:lstat packet supportAndrew Burgess1-0/+38
2025-05-02[gdbsupport] Reimplement phex and phex_nz as templatesTom de Vries4-6/+6
2025-04-24gdb: move remote arg splitting and joining into gdbsupport/Andrew Burgess1-1/+2
2025-04-08Update copyright dates to include 2025Tom Tromey89-89/+89
2025-04-05gdbserver: regcache: Update comment in supply_regblockThiago Jung Bauermann1-2/+1
2025-04-02Fix gdbserver crashes on SVE/SME-enabled systemsLuis Machado2-1/+30
2025-03-31gdbserver: Add support for MicroBlaze host microblaze*-*-linux*Michael Eager3-0/+253
2025-03-31[pre-commit] Add codespell hookTom de Vries1-4/+0
2025-03-27[gdbserver] Fix typo in tracepoint.ccTom de Vries1-1/+1
2025-03-19gdbserver: fix build on NetBSDWataru Ashihara1-1/+4
2025-03-18gdb: split up construct_inferior_argumentsAndrew Burgess1-2/+2
2025-03-17gdbsupport: add some -Wunused-* warning flagsSimon Marchi1-0/+6
2025-03-17gdbsupport: re-format and sort warning flagsSimon Marchi1-12/+20
2025-03-06[gdbserver] Drop abbreviations in gdbserver/xtensa-xtregs.ccTom de Vries1-2/+18
2025-03-06[gdbserver] Add codespell section in setup.cfgTom de Vries1-0/+4
2025-03-06[gdbserver] Fix some typosTom de Vries8-13/+13
2025-02-27gdb, gdbserver, gdbsupport: fix some namespace comment formattingSimon Marchi1-2/+2
2025-02-19gdbserver, remote: introduce "id_str" in the "qXfer:threads:read" XMLTankut Baris Aktemur3-0/+23
2025-02-14gdbserver: use `gdb::unordered_map`Simon Marchi3-7/+6
2025-01-30gdb: add first gdbreplay test, connect.expAlexandra Hájková1-3/+2
2025-01-29gdbserver: fix the declared type of register_status in regcacheTankut Baris Aktemur2-14/+18
2025-01-29gdbserver: refactor the definition and uses of supply_regblockTankut Baris Aktemur2-11/+8
2025-01-29gdbserver: define and use regcache::resetTankut Baris Aktemur2-14/+21
2025-01-29gdbserver: use REG_UNKNOWN for a regcache's register statusesTankut Baris Aktemur2-3/+3
2025-01-29gdbserver: use unique_ptr for thread_info's regcacheTankut Baris Aktemur2-12/+7
2025-01-29gdbserver: convert free_register_cache into a destructor of regcacheTankut Baris Aktemur4-20/+12