aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dap
AgeCommit message (Expand)AuthorFilesLines
2024-06-06DAP: Handle "stepOut" request in outermost frameJohan Sternerup1-0/+11
2024-06-04Return global scope from DAP scopes requestTom Tromey2-4/+8
2024-06-04Put "source" into DAP scopeTom Tromey1-0/+1
2024-05-10Add symbol, line, and location to DAP disassemble resultTom Tromey2-0/+157
2024-04-18[gdb/testsuite] Use allocator_may_return_null=1 in two test-casesTom de Vries1-2/+9
2024-04-16[gdb/python] Throw MemoryError in inferior.read_memory if malloc failsTom de Vries1-0/+5
2024-04-02Run isortTom Tromey2-1/+2
2024-03-08Add return value to DAP scopeTom Tromey2-0/+118
2024-02-27Use the .py file in gdb.dap/pause.expTom Tromey1-1/+1
2024-02-22[gdb/dap] Fix race between dap exit and gdb exitTom de Vries1-0/+9
2024-02-22[gdb/dap] Fix race between dap startup and dap log fileTom de Vries1-0/+3
2024-02-21[gdb/testsuite] Set up dap log file in gdb.dap/type_checker.expTom de Vries1-0/+3
2024-02-14[gdb/testsuite] Fix another fail and tcl error in gdb.dap/sources.expTom de Vries1-17/+24
2024-02-13[gdb/testsuite] Fix fail in gdb.dap/sources.expTom de Vries1-0/+3
2024-02-13[gdb/testsuite] Fix tcl error in gdb.dap/sources.expTom de Vries1-2/+4
2024-02-12Fix DAP launch and configurationDone requestsTom Tromey27-82/+174
2024-01-24Emit stopped event for DAP attach requestTom Tromey1-3/+13
2024-01-22Handle EOF more gracefully in DAPTom Tromey1-0/+37
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess65-65/+65
2023-12-22Add 'program' to DAP 'attach' requestTom Tromey1-1/+1
2023-12-11Implement DAP cancellationTom Tromey1-0/+71
2023-11-28Emit DAP "process" eventTom Tromey1-0/+2
2023-11-27Fix bug in DAP handling of 'pause' requestsTom Tromey2-1/+73
2023-11-17Ignore static members in NoOpStructPrinterTom Tromey2-1/+20
2023-11-17Implement the notStopped DAP responseTom Tromey1-0/+7
2023-11-17Handle StackFrameFormat in DAPTom Tromey3-0/+238
2023-11-15Minor cleanups in ada-nested.expTom Tromey1-5/+9
2023-11-14Handle the static link in FrameDecoratorTom Tromey2-0/+123
2023-10-31Implement DAP setVariable requestTom Tromey3-0/+211
2023-10-16Have DAP handle non-Value results from 'children'Tom Tromey2-0/+159
2023-10-16Handle gdb.LazyString in DAPTom Tromey3-0/+140
2023-10-16Fix register-setting response from DAPTom Tromey1-3/+22
2023-10-16Add DAP scope cacheTom Tromey1-0/+7
2023-10-02Add regression test for instructionReference changeTom Tromey1-1/+14
2023-09-20gdb/dap: only include sourceReference if file path does not existGregory Anders1-4/+5
2023-09-20gdb/dap: check for breakpoint source before unpackingGregory Anders1-0/+7
2023-09-19Handle pointers and references correctly in DAPTom Tromey2-0/+137
2023-09-12Avoid spurious breakpoint-setting failure in DAPTom Tromey1-2/+7
2023-09-05Handle array- and string-like values in no-op pretty printersTom Tromey7-0/+389
2023-08-16Implement DAP module-removed eventTom Tromey2-2/+16
2023-08-03Use frame.name() in FrameDecoratorTom Tromey1-1/+8
2023-08-01Implement DAP "source" requestTom Tromey3-3/+74
2023-08-01Implement ValueFormat for DAPTom Tromey1-0/+10
2023-08-01Respect supportsMemoryReferences in DAPTom Tromey2-0/+4
2023-08-01Add DAP support for C++ exceptionsTom Tromey2-0/+102
2023-08-01Implement DAP 'terminated' eventTom Tromey1-0/+39
2023-08-01Do not send "new breakpoint" event when breakpoint is setTom Tromey1-5/+6
2023-08-01Add "cwd" parameter to DAP launch requestTom Tromey1-0/+40
2023-08-01Refactor dap_launchTom Tromey2-2/+2
2023-07-21Implement DAP modules requestTom Tromey3-0/+142