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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 30 21:39:14 PDT 2025


================
@@ -265,6 +274,9 @@ class ModuleSpec {
   ArchSpec m_arch;
   UUID m_uuid;
   ConstString m_object_name;
+  /// This is set to take advantage of the target's search path and platform's
+  /// locate module callback
----------------
clayborg wrote:

Add comment similar to the one from SBModuleSpec::SetTarget() here.

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


More information about the lldb-commits mailing list