Files
clang-p2996/lldb/packages/Python/lldbsuite
John Harrison ec6828c1ec [lldb-dap] Remove an incorrect assumption on reverse requests. (#136210)
Reverse requests do have a 'seq' set still from VSCode. I incorrectly
interpreted
dede7bb4b7/src/vs/workbench/contrib/debug/common/abstractDebugAdapter.ts (L65)
to mean they have a 'seq' of '0', however the 'seq' is set in
'internalSend' here
dede7bb4b7/src/vs/workbench/contrib/debug/common/abstractDebugAdapter.ts (L178).

Removing the check that 'seq=0' on reverse requests and updating the
dap_server.py impl to also set the seq.
2025-04-19 13:45:59 -07:00
..