[Lldb-commits] [lldb] [lldb] Get shared cache path from inferior, open (PR #180323)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 9 14:52:31 PST 2026
================
@@ -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
More information about the lldb-commits
mailing list