aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-12-14gdb: don't handle i386 k registers as pseudo registersSimon Marchi1-23/+0
2023-12-14Allow calling of variadic C++ functionsHannes Domani5-6/+55
2023-12-13Use unique_xmalloc_ptr in explicit_location_specTom Tromey7-81/+83
2023-12-13Use unique_xmalloc_ptr in linespec_location_specTom Tromey4-17/+12
2023-12-13[gdb/tui] add SingleKey bindings for reverse execution commandsMagne Hov2-0/+30
2023-12-13gdb/python: avoid use of _PyOS_ReadlineTStateAndrew Burgess1-6/+4
2023-12-13gdb: move gdbpy_gil into python-internal.hAlexandra Hájková2-24/+24
2023-12-13gdb: improve error reporting for 'save gdb-index'Andrew Burgess4-44/+198
2023-12-12Fix gdb.FinishBreakpoint when returning to an inlined functionHannes Domani3-1/+41
2023-12-12Support dynamically computed convenience variables in get_internalvar_integerHannes Domani3-0/+28
2023-12-11Implement DAP cancellationTom Tromey4-3/+177
2023-12-11Catch KeyboardInterrupt in send_gdb_with_responseTom Tromey1-2/+2
2023-12-11Rename a couple of DAP procs in the testsuiteTom Tromey1-5/+5
2023-12-11Introduce gdb.interruptTom Tromey3-0/+33
2023-12-11Move DAP JSON reader to its own threadTom Tromey1-2/+13
2023-12-11Clean up handling of DAP not-stopped responseTom Tromey1-1/+10
2023-12-11Simplify DAP stop-reason codeTom Tromey4-37/+76
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