================ @@ -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; ---------------- JDevlieghere wrote:
Is it worth distinguishing between an empty list and not having the list at all? https://github.com/llvm/llvm-project/pull/142510 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits