summaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)Author
2023-12-11Implement DAP cancellationTom Tromey
2023-12-11Catch KeyboardInterrupt in send_gdb_with_responseTom Tromey
2023-12-11Rename a couple of DAP procs in the testsuiteTom Tromey
2023-12-11Introduce gdb.interruptTom Tromey
2023-12-11Move DAP JSON reader to its own threadTom Tromey
2023-12-11Clean up handling of DAP not-stopped responseTom Tromey
2023-12-11Simplify DAP stop-reason codeTom Tromey
2023-12-11Emit stop reason details in Python stop eventsTom Tromey
2023-12-11Move py_ui_out to a new headerTom Tromey
2023-12-11[gdb/testsuite] Fix $eol regexp usage in some test-casesTom de Vries
2023-12-11Use TARGET_SYSROOT_PREFIX in more placesTom Tromey
2023-12-11Add DAP items to NEWSTom Tromey
2023-12-11Fix dynamic_castHannes Domani
2023-12-10Fix "not not" in Python documentationTom Tromey
2023-12-09[gdb/tui] Handle shared border in fixed-sized layoutTom de Vries
2023-12-08[gdb/tui] Show focus window in status lineTom de Vries
2023-12-08Fix printing of global variable stubs if no inferior is runningHannes Domani
2023-12-08gdb/testsuite: tighten up some end-of-line patternsAndrew Burgess
2023-12-08gdb/testsuite: fix gdb.ada/complete.exp timeout in READ1 modeAndrew Burgess
2023-12-08gdbserver: allow for general 'monitor set debug COMPONENT VALUE' useAndrew Burgess
2023-12-08gdbserver: allow the --debug command line option to take a valueAndrew Burgess
2023-12-08gdb: fix GDB_DEBUG and GDBSERVER_DEBUG Makefile variablesAndrew Burgess
2023-12-08Use pretty printers for struct member stubsHannes Domani
2023-12-08[gdb/tui] Fix displaying main after resizingTom de Vries
2023-12-08Allow cast of 128-bit integer to pointerTom Tromey
2023-12-08Fix dynamic type resolution for LOC_CONST and LOC_CONST_BYTES symbolsTom Tromey
2023-12-08gdb: Guarantee that an SAL's end is right before the next statementGuinevere Larsen
2023-12-07gdb/record: Support for rdtscp in i386_process_record.Cupertino Miranda
2023-12-06Add more 'step' tests to gdb.base/watchpoint.expKevin Buettner
2023-12-06Fix DLL export forwardingHannes Domani
2023-12-06Fix minor grammar error in gdb.texinfoTom Tromey
2023-12-06Remove quick_symbol_functions::expand_matching_symbolsTom Tromey
2023-12-06Remove split_style::UNDERSCORETom Tromey
2023-12-06Always use expand_symtabs_matching in ada-lang.cTom Tromey
2023-12-06Improve performance of Ada name searchesTom Tromey
2023-12-06Start abbrevs at 1 in DWARF assemblerTom Tromey
2023-12-06Fix hardware watchpoints in replay modeHannes Domani
2023-12-06gdb: fix libstdc++ assert caused by invalid use of std::clampAndrew Burgess
2023-12-06[gdb/symtab] Redo "Fix assert in set_length"Tom de Vries via Gdb-patches
2023-12-05Fix breakpoints on symbols with multiple trampoline symbolsHannes Domani
2023-12-05gdb/testsuite: Update worker thread show assertionRichard Bunt
2023-12-05Remove some DAP helper functionsTom Tromey
2023-12-05Fix off-by-one error in compute_delayed_physnamesTom Tromey
2023-12-04gdb/testsuite: fix directory name in test nameAndrew Burgess
2023-12-04[gdb/doc] Escape the '@' symbols in generated texinfo files.Ciaran Woodward
2023-12-04gdb: add Ciaran Woodward to gdb/MAINTAINERSCiaran Woodward
2023-12-04Remove incorrect "fall-through" commentTom Tromey
2023-12-04gdb: Enable early init of thread pool sizeRichard Bunt
2023-12-04gdb: install CLI uiout while processing early init filesAndrew Burgess
2023-12-04[gdb/tui] Fix wrapping stringsTom de Vries