[Lldb-commits] [lldb] [lldb] Reland ScriptedSymbolLocator plugin (PR #182336)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 26 11:58:11 PST 2026
jimingham wrote:
What I really want to avoid is people writing locators that just try to do some work w/o checking whether there's any likelihood they will succeed. "applies_to_target" forces you to think about that. For modules, maybe the architecture is a good filter? So instead of applies_to_target we could do "applies_to_arch"?
This isn't critical, however.
https://github.com/llvm/llvm-project/pull/182336
More information about the lldb-commits
mailing list