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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to