This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from c93acf250 [DWARF] Use sequential integers for the IDs of the SymbolFileDWOs new ea1696c4a minidump: Use yaml instead of checked-in binaries for ThreadL [...] new 6a4db5fec [NativePDB] Support member function types in PdbAstBuilder
The 2 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/stack_unwinding01.lldbinit | 8 +++ lit/SymbolFile/NativePDB/stack_unwinding01.cpp | 48 +++++++++++++++ .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 16 +++++ .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 3 + unittests/Process/minidump/CMakeLists.txt | 3 - unittests/Process/minidump/Inputs/linux-i386.dmp | Bin 32976 -> 0 bytes .../minidump/Inputs/thread-list-not-padded.dmp | Bin 144 -> 0 bytes .../Process/minidump/Inputs/thread-list-padded.dmp | Bin 148 -> 0 bytes unittests/Process/minidump/MinidumpParserTest.cpp | 68 +++++++++++++-------- 9 files changed, 116 insertions(+), 30 deletions(-) create mode 100644 lit/SymbolFile/NativePDB/Inputs/stack_unwinding01.lldbinit create mode 100644 lit/SymbolFile/NativePDB/stack_unwinding01.cpp delete mode 100644 unittests/Process/minidump/Inputs/linux-i386.dmp delete mode 100644 unittests/Process/minidump/Inputs/thread-list-not-padded.dmp delete mode 100644 unittests/Process/minidump/Inputs/thread-list-padded.dmp