================
@@ -152,7 +152,7 @@ struct DAP {
llvm::DenseSet<ClientFeature> clientFeatures;
/// The initial thread list upon attaching.
- std::optional<llvm::json::Array> initial_thread_list;
+ std::optional<std::vector<protocol::Thread>> initial_thread_list;
----------------
ashgti wrote:
Changed to just a vector that we check.
https://github.com/llvm/llvm-project/pull/142510
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits