aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/lib
AgeCommit message (Expand)AuthorFilesLines
2023-11-27Fix bug in DAP handling of 'pause' requestsTom Tromey1-2/+24
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-14Handle the static link in FrameDecoratorTom Tromey1-13/+51
2023-11-14Fix a bug in DAP scopes codeTom Tromey1-2/+6
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
2023-08-01Move DAP breakpoint event code to breakpoint.pyTom Tromey2-39/+40
2023-08-01Full paths in DAP stackTrace responsesTom Tromey2-51/+82
2023-08-01Add "cwd" parameter to DAP launch requestTom Tromey1-17/+17
2023-08-01Rename private member of FrameDecoratorTom Tromey1-4/+4
2023-08-01Add thread exited eventSimon Farre1-7/+18
2023-07-31Restore previous sigmask in gdb.block_signalsTom Tromey1-2/+2
2023-07-27Report supportsBreakpointLocationsRequestTom Tromey1-1/+9
2023-07-23Use 'name' in DAP start_thread functionTom Tromey1-1/+1
2023-07-23Export gdb.block_signals and create gdb.ThreadTom Tromey2-24/+34
2023-07-21Implement DAP modules requestTom Tromey4-1/+85
2023-07-21Remove unused importsTom Tromey2-4/+0
2023-07-21Add instruction bytes to DAP disassembly responseTom Tromey1-1/+4