aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2025-01-14gdbserver: remove UST (static tracepoint) support (part 1)Tankut Baris Aktemur2-12/+6
2025-01-14gdb, doc: describe the 'L' tracepoint actionTankut Baris Aktemur1-0/+3
2025-01-14gdb, doc: mention the 'S' option for the QTDP packetTankut Baris Aktemur1-2/+3
2025-01-13Fix AIX CI build break.Aditya Vidyadhar Kamath1-1/+1
2025-01-13Handle case where DAP line can be NoneTom Tromey1-2/+2
2025-01-13gdb, doc: do a minor fix in the description of qTSTMatTankut Baris Aktemur1-2/+2
2025-01-12gdb/jit: use correctly-sized array view in deprecated_frame_register_read callSimon Marchi1-2/+4
2025-01-12Add an option with a color type.Andrei Pikas34-172/+2437
2025-01-12Fix grammar in "Debug Names" node of the manualTom Tromey1-1/+1
2025-01-12Remove unused declaration and macrosTom Tromey2-5/+0
2025-01-12Fix typo in gdb/csky-linux-tdep.cSergio Durigan Junior1-2/+2
2025-01-11Update comment in linespec.cTom Tromey1-1/+1
2025-01-11Use bool in linespecTom Tromey1-21/+21
2025-01-11Hoist lambda in linespec.c:add_matching_symbols_to_infoTom Tromey1-5/+7
2025-01-11Minor cleanup in linespec.c:add_minsymTom Tromey1-5/+2
2025-01-11Use std::vector in linespec_stateTom Tromey1-31/+14
2025-01-11Use gdb::unordered_set in linespec_stateTom Tromey1-67/+22
2025-01-11Add constructor and destructor to linespec_stateTom Tromey1-74/+61
2025-01-10GDB: Use gdb::array_view for buffers used in register reading and unwindingThiago Jung Bauermann4-39/+48
2025-01-10GDB: frame: Make VALUEP argument optional in frame_register_unwindThiago Jung Bauermann3-5/+5
2025-01-10Minor test case updates for gnat-llvmTom Tromey12-3/+156
2025-01-10[gdb/tdep] Fix gdb.cp/non-trivial-retval.exp on riscv64-linuxTom de Vries3-1/+30
2025-01-10[gdb/testsuite] Fix gdb.rust/completion.exp timeout on riscv64-linuxTom de Vries1-1/+3
2025-01-10[gdb/build, c++20] Fix build with gcc 10Tom de Vries1-1/+7
2025-01-09GDB: trad-frame: Store length of value_bytes in trad_frame_saved_regThiago Jung Bauermann7-22/+35
2025-01-09GDB: remote: Print total bytes received in debug messageThiago Jung Bauermann1-2/+2
2025-01-09[gdb/tdep] Fix gdb.base/readnever.exp on s390xTom de Vries2-0/+40
2025-01-09[gdb/tdep] Use symbolic constants in s390_prologue_frame_unwind_cacheTom de Vries1-2/+2
2025-01-09[gdb/testsuite] Run one more test-case with ASAN_OPTIONS=verify_asan_link_ord...Tom de Vries1-1/+11
2025-01-09gdb: boolify thread_info's 'stop_requested' fieldTankut Baris Aktemur3-6/+6
2025-01-08Rename two Ada test suite functionsTom Tromey2-4/+4
2025-01-08GDB, gdbserver: Convert regcache_register_size function to methodThiago Jung Bauermann6-15/+16
2025-01-08[gdb/testsuite] Check gnatmake version in gdb.ada/scalar_storage.expTom de Vries1-1/+1
2025-01-08[gdb/testsuite] Require can_spawn_for_attach in gdb.base/gstack.expTom de Vries1-0/+2
2025-01-08[gdb/testsuite] Require supports_process_record in gdb.reverse/test_ioctl_TCS...Tom de Vries1-0/+2
2025-01-08[gdb/testsuite] Fix gdb.base/reset-catchpoint-cond.exp for !supports_catch_sy...Tom de Vries1-1/+2
2025-01-07Rename two maint commandsTom Tromey7-18/+26
2025-01-07Fix crash in DWARF indexerTom Tromey2-0/+68
2025-01-07testsuite: adapt to new --debug command line optionChristina Schimpe2-15/+38
2025-01-07Clarify documentation of signal numbersTom Tromey1-0/+28
2025-01-06[gdb/cli] Show LOC_CONST_BYTES var for info localsTom de Vries2-1/+16
2025-01-06Fix procfs.c compilationRainer Orth1-0/+1
2025-01-06Handle linesStartAt1 in DAPTom Tromey8-20/+119
2025-01-06Don't lex floating-point number in Rust field expressionTom Tromey3-40/+55
2025-01-06Remove "then" from test suiteTom Tromey9-18/+17
2025-01-06[gdb/build] Use const_cast in fd_copyTom de Vries1-1/+1
2025-01-05Some small cleanups in add_symbol_overload_list_qualifiedTom Tromey1-16/+13
2025-01-05Fix latent bug in Ada import symbol handlingTom Tromey1-1/+5
2025-01-04[gdb/testsuite] Add gdb.python/py-commands-breakpoint.expTom de Vries3-0/+135
2025-01-04[gdb/tdep] Fix gdb.base/finish-pretty.exp on s390xTom de Vries3-2/+72