================
@@ -785,38 +785,50 @@ IRExecutionUnit::FindInSymbols(const
std::vector<ConstString> &names,
return LLDB_INVALID_ADDRESS;
}
+ ModuleList images = target->GetImages();
----------------
Michael137 wrote:
Nit, maybe call it something like:
```suggestion
ModuleList non_local_images = target->GetImages();
```
?
https://github.com/llvm/llvm-project/pull/102835
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits