[Lldb-commits] [PATCH] D53662: Give the SymbolFile plugin enough information to efficiently do exact match lookups

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 24 12:02:07 PDT 2018


zturner added a comment.

Note that AFAICT, native PDB plugin is now the only plugin where you can do `type lookup -- NS::Struct::Local` and have it return instantly.  On the regular PDB plugin it doesn't work at all (returns no results).  On the DWARF plugin, I haven't tested, but it will either not work at all, or take a potentially long time if you have a lot of debug info).


https://reviews.llvm.org/D53662





More information about the lldb-commits mailing list