[Lldb-commits] [lldb] [lldb] Avoid calling dyld's versions of libc functions (PR #201829)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 5 09:24:16 PDT 2026


================
@@ -778,6 +778,14 @@ IRExecutionUnit::FindInSymbols(const std::vector<ConstString> &names,
   for (size_t i = 0; i < m_preferred_modules.GetSize(); ++i)
     non_local_images.Remove(m_preferred_modules.GetModuleAtIndex(i));
 
+  // Drop modules the platform considers off-limits to unconstrained symbol
----------------
Michael137 wrote:

Any reason we have to traverse this in reverse?

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


More information about the lldb-commits mailing list