[Lldb-commits] [lldb] [lldb] Make SBProcess thread related actions listen to StopLocker (PR #134339)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 11 10:08:55 PDT 2025
================
@@ -207,6 +207,9 @@ struct DAP {
/// The set of features supported by the connected client.
llvm::DenseSet<ClientFeature> clientFeatures;
+ /// The initial thread list upon attaching
----------------
JDevlieghere wrote:
```suggestion
/// The initial thread list upon attaching.
```
https://github.com/llvm/llvm-project/pull/134339
More information about the lldb-commits
mailing list