[Lldb-commits] [lldb] [lldb][Expression] Allow specifying a preferred ModuleList for lookup during expression evaluation (PR #129733)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 5 14:17:20 PST 2025
Michael137 wrote:
> You should complete the module -> symbol_context mutatis mutandis. Other than that this seems like the right foundation for adding a user way to control the symbol lookups.
I kept the list of preferred contexts as a `ModuleList` in `IRExecutionUnit`. That's why I kept `Module` in the name where it applies. It made the implementation of the lookup easier (because `ModuleList` already has the symbol lookup APIs that we need). I discuss this a bit more in the PR description. Let me know what you think
https://github.com/llvm/llvm-project/pull/129733
More information about the lldb-commits
mailing list