This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 66c09cbbd [dotest] Delete trivial inline test makefiles new 8293951ed Breakpad: Basic support for STACK WIN unwinding new 00aa43865 Obliterate LLDB_CONFIGURATION_BUILDANDINTEGRATION
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: .../Breakpad/Inputs/unwind-via-stack-win.syms | 17 +++ .../Breakpad/Inputs/unwind-via-stack-win.yaml} | 31 +++-- lit/SymbolFile/Breakpad/unwind-via-stack-win.test | 54 ++++++++ source/Plugins/Process/FreeBSD/ProcessMonitor.cpp | 6 - source/Plugins/Process/POSIX/CrashReason.cpp | 7 - source/Plugins/Process/POSIX/ProcessMessage.cpp | 7 - .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 151 +++++++++++++++++---- .../SymbolFile/Breakpad/SymbolFileBreakpad.h | 18 ++- 8 files changed, 233 insertions(+), 58 deletions(-) create mode 100644 lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.syms copy lit/{Minidump/Windows/Inputs/find-module.dmp.yaml => SymbolFile/Breakpad/Inpu [...] create mode 100644 lit/SymbolFile/Breakpad/unwind-via-stack-win.test