[Lldb-commits] [lldb] [lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (PR #148877)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 24 06:37:46 PDT 2025


================
@@ -130,8 +139,11 @@ Module *Module::GetAllocatedModuleAtIndex(size_t idx) {
   return nullptr;
 }
 
+// TODO: needs a mutex
----------------
labath wrote:

.. or you can make it an atomic.

https://github.com/llvm/llvm-project/pull/148877


More information about the lldb-commits mailing list