[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 13:59:55 PST 2025


================
@@ -161,6 +162,12 @@ class IRExecutionUnit : public std::enable_shared_from_this<IRExecutionUnit>,
     return m_jitted_global_variables;
   }
 
+  void SetPreferredModules(SymbolContextList const &modules) {
----------------
jimingham wrote:

Also, these are no longer `modules` you should change the names to reflect that.

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


More information about the lldb-commits mailing list