[Lldb-commits] [PATCH] D67111: Adding caching to libc++ std::function formatter for lookups that require scanning symbols
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 10 16:59:15 PDT 2019
shafik updated this revision to Diff 219633.
shafik marked 3 inline comments as done.
shafik added a comment.
Changes based on comments:
- Removed extra lookup
- Refactored redundant code
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67111/new/
https://reviews.llvm.org/D67111
Files:
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py
packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/main.cpp
source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67111.219633.patch
Type: text/x-patch
Size: 8163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190910/570ec4ba/attachment.bin>
More information about the lldb-commits
mailing list