This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3c0fd3936 Disable a few tests on the green dragon sanitzier bot. new f0dbf5f5a [NativePDB] Create VarDecls for global variables.
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: .../NativePDB/Inputs/globals-fundamental.lldbinit | 2 + lit/SymbolFile/NativePDB/global-classes.cpp | 8 + lit/SymbolFile/NativePDB/globals-fundamental.cpp | 213 +++++++++++++++++++++ .../Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp | 28 ++- .../Plugins/SymbolFile/NativePDB/PdbAstBuilder.h | 4 + source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp | 4 + source/Plugins/SymbolFile/NativePDB/PdbIndex.h | 1 + source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp | 24 +++ .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 2 + 9 files changed, 279 insertions(+), 7 deletions(-)