[Lldb-commits] [lldb] [lldb][Expression] Allow specifying a preferred ModuleList for lookup during expression evaluation (PR #129733)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 5 14:00:12 PST 2025
================
@@ -396,6 +403,11 @@ class IRExecutionUnit : public std::enable_shared_from_this<IRExecutionUnit>,
///< defining no functions using that variable, would do this.) If this
///< is true, any allocations need to be committed immediately -- no
///< opportunity for relocation.
+
+ ///< Any Module in this list will be used for symbol/function lookup
----------------
jimingham wrote:
Again, no longer Modules...
https://github.com/llvm/llvm-project/pull/129733
More information about the lldb-commits
mailing list