================
@@ -297,6 +297,8 @@ class ProcessGDBRemote : public Process,
                                               // registers and memory for all
                                               // threads if "jThreadsInfo"
                                               // packet is supported
+  StructuredData::ObjectSP m_shared_cache_info_sp;
+  std::recursive_mutex m_shared_cache_info_mutex;
----------------
jasonmolenda wrote:

Good point, it does not need to be recursive.  I was being lazy copy & pasting.

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

Reply via email to