This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 991be49b3 SymbolVendor: Introduce Module::GetSymbolFile new 6134188c3 Fix PC adjustment in StackFrame::GetSymbolContext
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/Core/Address.h | 17 ++++ include/lldb/Target/StackFrame.h | 15 ++- include/lldb/Target/Unwind.h | 10 +- ...-debug-over-eh-frame.s => trap_frame_sym_ctx.s} | 34 ++++--- lit/Unwind/trap_frame_sym_ctx.test | 21 +++++ source/Core/Address.cpp | 18 ++++ source/Plugins/Process/Utility/HistoryUnwind.cpp | 4 +- source/Plugins/Process/Utility/HistoryUnwind.h | 3 +- .../Process/Utility/RegisterContextLLDB.cpp | 105 ++++++++++++--------- .../Plugins/Process/Utility/RegisterContextLLDB.h | 4 + source/Plugins/Process/Utility/UnwindLLDB.cpp | 21 ++++- source/Plugins/Process/Utility/UnwindLLDB.h | 3 +- .../Process/Utility/UnwindMacOSXFrameBackchain.cpp | 6 +- .../Process/Utility/UnwindMacOSXFrameBackchain.h | 3 +- source/Target/StackFrame.cpp | 30 +++--- source/Target/StackFrameList.cpp | 34 ++++--- 16 files changed, 226 insertions(+), 102 deletions(-) copy lit/Unwind/Inputs/{prefer-debug-over-eh-frame.s => trap_frame_sym_ctx.s} (50%) create mode 100644 lit/Unwind/trap_frame_sym_ctx.test