aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/lib
AgeCommit message (Expand)AuthorFilesLines
12 daysgdb/dap: check values are available before converting to intAndrew Burgess1-1/+5
2025-08-11Emit DAPException when too many variable children are reqeustedTom Tromey1-0/+4
2025-08-11Do not allow DAP clients to dereference "void *"Tom Tromey1-4/+10
2025-06-24Allow DAP "threads" request when inferior is runningTom Tromey1-9/+14
2025-06-17gdb/dap: allow more requests when the process is runningoltolm1-3/+3
2025-06-12Minor grammar fix in DAP commentTom Tromey1-1/+1
2025-06-02Fix DAP defer_stop_events implementationTom Tromey4-53/+62
2025-06-02[gdb/python] Reimplement F405 fixTom de Vries1-10/+20
2025-05-30Require Python 3.4Tom Tromey1-6/+1
2025-05-29gdb/dap: fix completion request for empty stringsJorenar1-2/+5
2025-05-14Fix some pre-commit nits in gdb/__init__.pyTom Tromey1-3/+3
2025-05-13gdb/python: new gdb.ParameterPrefix classAndrew Burgess1-0/+118
2025-05-12gdb/dap: fix decode_sourceoltolm1-3/+3
2025-04-24gdb: fix some flake8 F824 warningsSimon Marchi11-33/+2
2025-04-08Update copyright dates to include 2025Tom Tromey52-52/+52
2025-04-07[gdb/cli] Use debug info language to pick pygments lexerTom de Vries1-3/+7
2025-04-03Make gdb/python codespell-cleanTom Tromey1-1/+1
2025-03-27gdb/dap - Add CompletionsRequestoltolm3-2/+80
2025-03-06[gdb/python] Fix typos in libTom de Vries2-2/+2
2025-02-18[gdb] Fix some typosTom de Vries1-1/+1
2025-02-14gdb/python/dap: prefix internal attributes with underscoreSimon Marchi7-118/+116
2025-02-03pre-commit autoupdateSimon Marchi1-1/+1
2025-01-13Handle case where DAP line can be NoneTom Tromey1-2/+2
2025-01-06Handle linesStartAt1 in DAPTom Tromey6-14/+50
2024-12-16Re-run isortTom Tromey1-1/+1
2024-12-14[gdb/dap] Fix regressions with python 3.6Tom de Vries1-1/+2
2024-12-13gdb/dap: allow some requests when the process is runningoltolm2-2/+2
2024-12-13gdb-dap: fix gdb.error: Frame is invalid.Oleg Tolmatcev2-18/+34
2024-12-09Introduce NoOpStringPrinterTom Tromey1-1/+39
2024-12-09Omit artificial symbols from DAP variables responseTom Tromey2-1/+4
2024-12-09Defer DAP launch command until after configurationDoneTom Tromey1-38/+114
2024-12-09Add DAP deferred requestsTom Tromey1-24/+136
2024-12-09Allow cancellation of DAP-thread requestsTom Tromey1-6/+18
2024-12-09Refactor CancellationHandler in DAPTom Tromey1-18/+15
2024-12-09Add call_function_later to DAPTom Tromey1-0/+12
2024-12-09Reimplement DAP delayed eventsTom Tromey1-12/+12
2024-12-09Reimplement DAP's stopAtBeginningOfMainSubprogramTom Tromey1-5/+7
2024-11-11gdb: fix missing operator % on xmethod matcher outputPedro Silva1-3/+8
2024-11-10gdb/python: implement Python find_exec_by_build_id hookAndrew Burgess5-216/+461
2024-10-06[gdb] Fix common misspellingsTom de Vries1-1/+1
2024-10-03gdb-dap: disable events when deleting breakpointsoltolm1-3/+3
2024-09-25gdb, gdbserver, python, testsuite: Remove MPX.Schimpe, Christina1-39/+0
2024-09-25gdb, testsuite, python: Add missing imports.Schimpe, Christina1-0/+1
2024-09-13gdb dap: introduce stopOnEntry optionoltolm1-1/+2
2024-09-13Add quoting to 'file' invocations in DAPTom Tromey1-3/+14
2024-09-10gdb/python: avoid depending on the curses libraryAndrew Burgess1-3/+27
2024-08-16Fix DAP failure when fetching global variablesTom Tromey1-1/+2
2024-08-14Log gdb version and configuration in DAPTom Tromey1-0/+3
2024-08-14Fix failure with C++ exceptions in DAPTom Tromey1-1/+4
2024-08-14Make DAP instruction breakpoints unverifiedTom Tromey1-2/+7