This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 888a4836c DWARF: Implement DW_AT_signature lookup for type unit support new 8359f7a20 [FuncUnwinders] Use "symbol file" unwind plans for unwinding
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: include/lldb/Symbol/FuncUnwinders.h | 2 +- .../Breakpad/Inputs/unwind-via-stack-cfi.syms | 6 +++ .../Breakpad/Inputs/unwind-via-stack-cfi.yaml | 43 ++++++++++++++++++++++ lit/SymbolFile/Breakpad/stack-cfi-parsing.test | 4 ++ lit/SymbolFile/Breakpad/unwind-via-stack-cfi.test | 20 ++++++++++ source/Commands/CommandObjectTarget.cpp | 2 +- .../Process/Utility/RegisterContextLLDB.cpp | 14 ++++--- source/Symbol/FuncUnwinders.cpp | 7 +++- 8 files changed, 89 insertions(+), 9 deletions(-) create mode 100644 lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-cfi.syms create mode 100644 lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-cfi.yaml create mode 100644 lit/SymbolFile/Breakpad/unwind-via-stack-cfi.test