[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 17:06:25 PDT 2018
zturner added a comment.
In https://reviews.llvm.org/D53662#1275238, @jingham wrote:
> I worry that your patch changes the behavior when you add the type_class explicitly in the lookup (i.e. look up "struct Struct" not "Struct". That should work...
>
> Note, this doesn't currently work in type lookup:
>
> (lldb) type lookup "struct Foo"
> no type was found matching '"struct Foo"'
>
Ahh, nice catch. Luckily it should be easy to add a couple of tests for those alongside the other ones I added, so I'll try that and upload a new version.
https://reviews.llvm.org/D53662
More information about the lldb-commits
mailing list