aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-12-11Emit stop reason details in Python stop eventsTom Tromey8-15/+90
2023-12-11Move py_ui_out to a new headerTom Tromey2-128/+154
2023-12-11[gdb/testsuite] Fix $eol regexp usage in some test-casesTom de Vries3-13/+13
2023-12-11Use TARGET_SYSROOT_PREFIX in more placesTom Tromey3-9/+19
2023-12-11Add DAP items to NEWSTom Tromey1-0/+4
2023-12-11Fix dynamic_castHannes Domani3-4/+50
2023-12-10Fix "not not" in Python documentationTom Tromey1-1/+1
2023-12-09[gdb/tui] Handle shared border in fixed-sized layoutTom de Vries1-9/+18
2023-12-08[gdb/tui] Show focus window in status lineTom de Vries4-2/+23
2023-12-08Fix printing of global variable stubs if no inferior is runningHannes Domani3-1/+68
2023-12-08gdb/testsuite: tighten up some end-of-line patternsAndrew Burgess10-19/+21
2023-12-08gdb/testsuite: fix gdb.ada/complete.exp timeout in READ1 modeAndrew Burgess1-5/+14
2023-12-08gdbserver: allow for general 'monitor set debug COMPONENT VALUE' useAndrew Burgess3-11/+73
2023-12-08gdbserver: allow the --debug command line option to take a valueAndrew Burgess2-14/+66
2023-12-08gdb: fix GDB_DEBUG and GDBSERVER_DEBUG Makefile variablesAndrew Burgess1-1/+4
2023-12-08Use pretty printers for struct member stubsHannes Domani6-10/+193
2023-12-08[gdb/tui] Fix displaying main after resizingTom de Vries5-31/+76
2023-12-08Allow cast of 128-bit integer to pointerTom Tromey3-9/+25
2023-12-08Fix dynamic type resolution for LOC_CONST and LOC_CONST_BYTES symbolsTom Tromey2-4/+135
2023-12-08gdb: Guarantee that an SAL's end is right before the next statementGuinevere Larsen2-41/+8
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