This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d3383e272 [NSDictionary] Simplify the formatter. NFCI. new 172a0a447 lldb-test symbols: Add ability to do name-based lookup
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: include/lldb/Symbol/VariableList.h | 1 + lit/CMakeLists.txt | 28 ++- lit/SymbolFile/DWARF/find-basic-function.cpp | 67 ++++++ lit/SymbolFile/DWARF/find-basic-namespace.cpp | 29 +++ lit/SymbolFile/DWARF/find-basic-type.cpp | 38 ++++ lit/SymbolFile/DWARF/find-basic-variable.cpp | 55 +++++ lit/SymbolFile/DWARF/find-type-in-function.cpp | 24 +++ lit/SymbolFile/DWARF/lit.local.cfg | 1 + lit/lit.cfg | 2 + lit/lit.site.cfg.in | 1 + tools/lldb-test/lldb-test.cpp | 277 +++++++++++++++++++++++-- 11 files changed, 491 insertions(+), 32 deletions(-) create mode 100644 lit/SymbolFile/DWARF/find-basic-function.cpp create mode 100644 lit/SymbolFile/DWARF/find-basic-namespace.cpp create mode 100644 lit/SymbolFile/DWARF/find-basic-type.cpp create mode 100644 lit/SymbolFile/DWARF/find-basic-variable.cpp create mode 100644 lit/SymbolFile/DWARF/find-type-in-function.cpp create mode 100644 lit/SymbolFile/DWARF/lit.local.cfg