aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-12-07gdb/record: Support for rdtscp in i386_process_record.Cupertino Miranda2-1/+20
2023-12-06Add more 'step' tests to gdb.base/watchpoint.expKevin Buettner1-0/+9
2023-12-06Fix DLL export forwardingHannes Domani1-1/+4
2023-12-06Fix minor grammar error in gdb.texinfoTom Tromey1-1/+1
2023-12-06Remove quick_symbol_functions::expand_matching_symbolsTom Tromey8-452/+0
2023-12-06Remove split_style::UNDERSCORETom Tromey2-15/+0
2023-12-06Always use expand_symtabs_matching in ada-lang.cTom Tromey4-112/+40
2023-12-06Improve performance of Ada name searchesTom Tromey1-2/+10
2023-12-06Start abbrevs at 1 in DWARF assemblerTom Tromey1-1/+10
2023-12-06Fix hardware watchpoints in replay modeHannes Domani2-1/+4
2023-12-06gdb: fix libstdc++ assert caused by invalid use of std::clampAndrew Burgess1-5/+6
2023-12-06[gdb/symtab] Redo "Fix assert in set_length"Tom de Vries via Gdb-patches7-125/+118
2023-12-05Fix breakpoints on symbols with multiple trampoline symbolsHannes Domani1-0/+4
2023-12-05gdb/testsuite: Update worker thread show assertionRichard Bunt1-1/+1
2023-12-05Remove some DAP helper functionsTom Tromey6-111/+66
2023-12-05Fix off-by-one error in compute_delayed_physnamesTom Tromey1-1/+1
2023-12-04gdb/testsuite: fix directory name in test nameAndrew Burgess1-1/+2
2023-12-04[gdb/doc] Escape the '@' symbols in generated texinfo files.Ciaran Woodward1-2/+4
2023-12-04gdb: add Ciaran Woodward to gdb/MAINTAINERSCiaran Woodward1-0/+1
2023-12-04Remove incorrect "fall-through" commentTom Tromey1-1/+0
2023-12-04gdb: Enable early init of thread pool sizeRichard Bunt4-6/+60
2023-12-04gdb: install CLI uiout while processing early init filesAndrew Burgess1-0/+15
2023-12-04[gdb/tui] Fix wrapping stringsTom de Vries7-7/+106
2023-12-02Fix detach bug when lwp has exited/terminatedKevin Buettner5-8/+197
2023-12-02gdb: Update Petr Tesarik's email address in gdb/MAINTAINERSPetr Tesarik1-1/+1
2023-12-01Bail out of "attach" if a thread cannot be tracedTom Tromey3-11/+197
2023-12-01Use gdb_dir_up in linux_proc_attach_tgid_threadsTom Tromey1-6/+3
2023-12-01Minor cleanup in linux_proc_attach_tgid_threadsTom Tromey1-1/+1
2023-12-01gdb: add missing regcache_map_entry array null terminators in aarch64-linux-t...Simon Marchi1-2/+5
2023-12-01gdb: return when exceeding buffer size in regcache::transfer_regsetSimon Marchi1-1/+1
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