aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/lib
AgeCommit message (Expand)AuthorFilesLines
2023-12-11Implement DAP cancellationTom Tromey1-3/+88
2023-12-11Catch KeyboardInterrupt in send_gdb_with_responseTom Tromey1-2/+2
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-05Remove some DAP helper functionsTom Tromey6-111/+66
2023-11-28Emit DAP "process" eventTom Tromey2-1/+39
2023-11-27Fix bug in DAP handling of 'pause' requestsTom Tromey1-2/+24
2023-11-23[gdb/python] Reformat missing_debug.py using blackTom de Vries1-0/+4
2023-11-22[gdb/python] Don't import curses.ascii module unless necessaryTom de Vries1-2/+12
2023-11-21Refactor DAP queue handlingTom Tromey2-10/+11
2023-11-17Ignore static members in NoOpStructPrinterTom Tromey1-1/+1
2023-11-17Implement the notStopped DAP responseTom Tromey3-4/+52
2023-11-17Remove ExecutionInvokerTom Tromey4-31/+16
2023-11-17Automatically run (most) DAP requests in gdb threadTom Tromey14-130/+116
2023-11-17Handle StackFrameFormat in DAPTom Tromey3-47/+215
2023-11-16gdb/python: remove use of str.isascii()Andrew Burgess1-1/+2
2023-11-14Handle the static link in FrameDecoratorTom Tromey1-13/+51
2023-11-14Fix a bug in DAP scopes codeTom Tromey1-2/+6
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess3-0/+436
2023-10-31Implement DAP setVariable requestTom Tromey3-21/+100
2023-10-16Have DAP handle non-Value results from 'children'Tom Tromey1-2/+7
2023-10-16Handle gdb.LazyString in DAPTom Tromey1-1/+1
2023-10-16Add DAP scope cacheTom Tromey1-9/+29
2023-09-26Remove some unnecessary qualification from printing.pyTom Tromey1-5/+5
2023-09-26Add two new pretty-printer methodsTom Tromey2-11/+27
2023-09-26Introduce gdb.ValuePrinterTom Tromey2-28/+29
2023-09-26[gdb/dap] Fix dap for python < 3.8Tom de Vries1-1/+5
2023-09-20Remove stray trailing "," from DAP breakpoint.pyTom Tromey1-1/+1
2023-09-20gdb/dap: only include sourceReference if file path does not existGregory Anders1-5/+11
2023-09-20gdb/dap: use breakpoint fullname to resolve sourceGregory Anders1-3/+3
2023-09-20gdb/dap: ignore unused keyword args in step_outGregory Anders2-1/+8
2023-09-20gdb/dap: check for breakpoint source before unpackingGregory Anders1-8/+12
2023-09-20Run 'black' on printing.pyTom Tromey1-1/+5
2023-09-19Handle pointers and references correctly in DAPTom Tromey1-0/+16
2023-09-12Avoid spurious breakpoint-setting failure in DAPTom Tromey1-1/+7
2023-09-05Handle array- and string-like values in no-op pretty printersTom Tromey1-3/+23
2023-09-05Select frame when fetching a frame variable in DAPTom Tromey2-3/+12
2023-08-16Implement DAP module-removed eventTom Tromey1-0/+13
2023-08-03Remove f-string from DAPTom Tromey1-1/+1
2023-08-03Use frame.name() in FrameDecoratorTom Tromey1-11/+4
2023-08-01Implement DAP "source" requestTom Tromey1-1/+23
2023-08-01Handle Source in DAP breakpointLocationsTom Tromey2-8/+20
2023-08-01Introduce sourceReference handling in DAPTom Tromey3-20/+41
2023-08-01Don't supply DAP 'path' for non-file shared librariesTom Tromey1-2/+4
2023-08-01Implement ValueFormat for DAPTom Tromey3-78/+114
2023-08-01Respect supportsMemoryReferences in DAPTom Tromey2-11/+7
2023-08-01Add DAP support for C++ exceptionsTom Tromey1-4/+17
2023-08-01Implement DAP 'terminated' eventTom Tromey2-1/+2
2023-08-01Do not send "new breakpoint" event when breakpoint is setTom Tromey1-8/+28