aprantl updated this revision to Diff 224140.
aprantl added a comment.
Now with testcase!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68678/new/
https://reviews.llvm.org/D68678
Files:
lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/Makefile
lldb/packages/Python/ll
aprantl created this revision.
aprantl added reviewers: JDevlieghere, friss, jasonmolenda, jingham.
Herald added a subscriber: arphaman.
When debugging a large program like clang and doing "frame variable *this", the
ValueObject pretty printer is doing hundreds of scoped FindTypes lookups. The
o