This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from bdaa48ab6 [x86] Fix issues with a realigned stack in MSVC compiled appl [...] new adc97b13d [NativePDB] Add support for dumping global variables of class type.
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-classes.lldbinit | 14 ++ lit/SymbolFile/NativePDB/global-classes.cpp | 275 +++++++++++++++++++++ source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp | 7 + source/Plugins/SymbolFile/NativePDB/PdbUtil.h | 2 + .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 48 +++- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 2 + 6 files changed, 345 insertions(+), 3 deletions(-) create mode 100644 lit/SymbolFile/NativePDB/Inputs/globals-classes.lldbinit create mode 100644 lit/SymbolFile/NativePDB/global-classes.cpp