[Lldb-commits] [PATCH] D69843: Expression eval lookup - prune methods without parsing

2019-11-06 Thread Jaroslav Sevcik via Phabricator via lldb-commits
jarin added a comment. Thanks for the feedback! We will experiment with filtering in GetFunctions sometime next week. Regarding the FindTypes patch, it would be really nice to have that for Linux, as well. I see the type pruning (TypeMap::RemoveMismatchedTypes) taking several seconds for some

[Lldb-commits] [PATCH] D69843: Expression eval lookup - prune methods without parsing

2019-11-05 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. I thought about something similar in the context of https://reviews.llvm.org/D68678 (that's for FIndTypes, but it we the same kind of problems there). Like Pavel said, it would be valuable to be able to filter after the accelerator table lookup, but before building,

[Lldb-commits] [PATCH] D69843: Expression eval lookup - prune methods without parsing

2019-11-05 Thread Pavel Labath via Phabricator via lldb-commits
labath added reviewers: aprantl, clayborg. labath added a comment. > A resonable solution would be to change the meaning of > eFunctionNameTypeFull to only mean mangled names, and if the caller > wanted methods and basenames, they would have to call with > eFunctionNameTypeFull |