aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-12-01Add link to Debugger Adapter Protocol node in documentationTom Tromey1-0/+4
2023-12-01gdb/testsuite: fix completion tests when using READ1Guinevere Larsen1-12/+24
2023-12-01Remove unnecessary returns and unused variables in AIX.Aditya Vidyadhar Kamath1-9/+3
2023-11-30gdb: fix warnings about invalid [[fallthrough]] usageSimon Marchi2-2/+2
2023-11-30[gdb/build] Fix adding -DNDEBUG to python flags of release buildTom de Vries2-3563/+3565
2023-11-30Fix procfs.c compilationRainer Orth1-1/+1
2023-11-29Remove gdb_static_assertTom Tromey44-93/+93
2023-11-29Use try_emplace in index-write.cTom Tromey1-16/+9
2023-11-29Switch to -Wimplicit-fallthrough=5Tom Tromey1-1/+1
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey57-136/+135
2023-11-28gdb/python: display errors from command completionAndrew Burgess3-24/+67
2023-11-28gdb/testsuite: improve test regexp in gdb_get_worker_threadsAndrew Burgess1-1/+1
2023-11-28gdb: fix call to breakpoint_inserted_here_p in darwin-nat.cSimon Marchi1-1/+1
2023-11-28Emit DAP "process" eventTom Tromey3-1/+41
2023-11-28[gdb/tui] Use const std::string for string literals in tui-stack.cTom de Vries1-17/+16
2023-11-28gdb/testsuite: add a new check-all-boards targetAndrew Burgess3-0/+69
2023-11-28gdb/testsuite: log 'make check' command in make-check-all.shAndrew Burgess1-0/+4
2023-11-28gdb: generate dwarf-5 index identically as worker-thread count changesAndrew Burgess2-3/+22
2023-11-28gdb: generate gdb-index identically regardless of work thread countAndrew Burgess3-0/+125
2023-11-28gdb: C++-ify mapped_symtab from dwarf2/index-write.cAndrew Burgess1-46/+92
2023-11-28gdb: reduce size of generated gdb-index fileAndrew Burgess2-10/+134
2023-11-28gdb/testsuite: small refactor in selftest-support.expAndrew Burgess1-9/+23
2023-11-28gdb: option completion for 'save gdb-index' commandAndrew Burgess1-17/+52
2023-11-28gdb: allow use of ~ in 'save gdb-index' commandAndrew Burgess2-2/+96
2023-11-28[gdb] Fix segfault in for_each_block, part 2Tom de Vries4-6/+19
2023-11-28[gdb] Fix segfault in for_each_block, part 1Tom de Vries14-107/+115
2023-11-27i386: Use a fallback XSAVE layout for remote targetsJohn Baldwin3-0/+128
2023-11-27[gdb/testsuite] Add boards/cc-with-index-cache.expTom de Vries3-0/+53
2023-11-27Change serial_readchar to throwTom Tromey5-42/+41
2023-11-27Change serial_send_break and serial_write to throwTom Tromey10-43/+75
2023-11-27Change serial "open" functions to throw exceptionTom Tromey10-123/+90
2023-11-27Change serial_setbaudrate to throw exceptionTom Tromey7-35/+31
2023-11-27Introduce throw_winerror_with_nameTom Tromey2-16/+21
2023-11-27Fix latent bug in ser_windows_send_breakTom Tromey1-1/+1
2023-11-27Fix bug in DAP handling of 'pause' requestsTom Tromey3-3/+97
2023-11-27gdb: make catch_syscall_enabled return boolSimon Marchi6-9/+10
2023-11-27gdb/python: handle completion returning a non-sequenceAndrew Burgess3-1/+18
2023-11-24[gdb/testsuite] Use more %progbits for armTom de Vries59-9/+253
2023-11-24[gdb/testsuite] Two fixes in gdb.python/tui-window-disabled.expTom de Vries1-5/+2
2023-11-24gdb: Fix "target file /proc/.../cmdline contained unexpected null characters"Ilya Leoshkevich1-3/+11
2023-11-23[gdb/python] Reformat missing_debug.py using blackTom de Vries1-0/+4
2023-11-22Fix build with GCC 7.5Tom Tromey1-10/+8
2023-11-22Fix AIX thr!= NULL assertion failure during fork.Aditya Vidyadhar Kamath1-8/+20
2023-11-22[gdb/tui] Fix resizing of terminal to 1 or 2 linesTom de Vries3-3/+34
2023-11-22[gdb/tui] Allow command window of 1 or 2 linesTom de Vries2-0/+41
2023-11-22[gdb/python] Don't import curses.ascii module unless necessaryTom de Vries1-2/+12
2023-11-21Simplify C++ type-printingTom Tromey2-112/+30
2023-11-21Use enum accessibility in types and member functionsTom Tromey3-19/+20
2023-11-21Remove char-based bitfield macrosTom Tromey1-9/+0
2023-11-21Remove some type field accessor macrosTom Tromey9-60/+40