This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 348a46c66 Disable the empty string check in TestDataFormatterStdString new 055f45a15 Unwind: Add a stack scanning mechanism to support win32 unwinding new 70881b14e [lldb/cmake] add lldbCore -> clangDriver dependency
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: include/lldb/Symbol/SymbolFile.h | 9 +++- include/lldb/Symbol/UnwindPlan.h | 21 +++++++-- .../Breakpad/Inputs/unwind-via-raSearch.syms | 15 ++++++ .../Breakpad/Inputs/unwind-via-stack-win.yaml | 2 + lit/SymbolFile/Breakpad/unwind-via-raSearch.test | 43 +++++++++++++++++ source/Core/CMakeLists.txt | 1 + .../Process/Utility/RegisterContextLLDB.cpp | 55 ++++++++++++++++++++++ .../Plugins/Process/Utility/RegisterContextLLDB.h | 2 + .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 31 ++++++++++-- .../SymbolFile/Breakpad/SymbolFileBreakpad.h | 2 + source/Symbol/UnwindPlan.cpp | 8 +++- 11 files changed, 177 insertions(+), 12 deletions(-) create mode 100644 lit/SymbolFile/Breakpad/Inputs/unwind-via-raSearch.syms create mode 100644 lit/SymbolFile/Breakpad/unwind-via-raSearch.test