[Lldb-commits] [lldb] [lldb] Enable locate module callback for main executable (PR #160199)

via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 14 15:30:18 PDT 2025


================
@@ -265,6 +274,9 @@ class ModuleSpec {
   ArchSpec m_arch;
   UUID m_uuid;
   ConstString m_object_name;
+  std::weak_ptr<Target>
----------------
GeorgeHuyubo wrote:

Put comment above with ///

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


More information about the lldb-commits mailing list