[Lldb-commits] [lldb] [lldb-dap] Add missing supportsSingleThreadExecutionRequests in capabilities (PR #200314)
Alexandre Perez via lldb-commits
lldb-commits at lists.llvm.org
Thu May 28 19:27:23 PDT 2026
aperez wrote:
The capability declaration change itself LGTM, but it looks like lldb-dap's `stepOut` request might not honor `singleThread` as currently handled. Looking at [StepOutRequestHandler](https://github.com/llvm/llvm-project/blob/main/lldb/tools/lldb-dap/Handler/StepOutRequestHandler.cpp) it doesn't check `arguments.singleThread` so all threads will run even when a DAP client sends `singleThread=true`.
https://github.com/llvm/llvm-project/pull/200314
More information about the lldb-commits
mailing list