This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 98fb7f2 Fix an issue where frame variable -s <varname> would not show [...] new b8309ac Add support for "type lookup" to find C and C++ types
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../test/functionalities/type_lookup/Makefile | 2 +- .../functionalities/type_lookup/TestTypeLookup.py | 6 +- .../type_lookup/{main.m => main.mm} | 22 ++++++- .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 76 ++++++++++++++++++++++ .../Plugins/Language/CPlusPlus/CPlusPlusLanguage.h | 2 + 5 files changed, 104 insertions(+), 4 deletions(-) rename packages/Python/lldbsuite/test/functionalities/type_lookup/{main.m => main. [...]