This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from fb9ad0f Fix the variable view in the "gui" curses mode so that variab [...] new 8c56ccd [unittests] Split DWARF tests out of PDB, fix standalone build
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: unittests/SymbolFile/CMakeLists.txt | 5 +- unittests/SymbolFile/DWARF/CMakeLists.txt | 8 ++ .../{PDB => DWARF}/Inputs/test-dwarf.cpp | 0 .../{PDB => DWARF}/Inputs/test-dwarf.exe | Bin .../SymbolFile/DWARF/SymbolFileDWARFTests.cpp | 83 +++++++++++++++++++++ unittests/SymbolFile/PDB/CMakeLists.txt | 3 +- unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 61 +++++---------- 7 files changed, 113 insertions(+), 47 deletions(-) create mode 100644 unittests/SymbolFile/DWARF/CMakeLists.txt rename unittests/SymbolFile/{PDB => DWARF}/Inputs/test-dwarf.cpp (100%) rename unittests/SymbolFile/{PDB => DWARF}/Inputs/test-dwarf.exe (100%) create mode 100644 unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp