================
@@ -67,6 +61,12 @@ class OptionValueFileSpecList
 protected:
   lldb::OptionValueSP Clone() const override;
 
+  void ClearImpl() override {
+    std::lock_guard<std::recursive_mutex> lock(m_mutex);
----------------
da-viper wrote:

Dropped the mutex in  `OptionFileSpecList` and make the `OptionValue` mutex 
recursive to accommodate this. 

https://github.com/llvm/llvm-project/pull/208471
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to