[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:30:31 PDT 2026
================
@@ -1222,6 +1222,7 @@ protocol::Capabilities DAP::GetCapabilities() {
protocol::eAdapterFeatureLogPoints,
protocol::eAdapterFeatureSteppingGranularity,
protocol::eAdapterFeatureValueFormattingOptions,
+ protocol::eAdapterFeatureSingleThreadExecutionRequests,
----------------
aperez wrote:
Nit: could you insert the new feature between LogPoints and SteppingGranularity to keep it the alphabetic ordering? Purely cosmetic since it's a `SmallDenseSet`.
https://github.com/llvm/llvm-project/pull/200314
More information about the lldb-commits
mailing list