This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from eb671686f UnwindPlan: pretty-print dwarf expressions new 7bb1272a0 FuncUnwinders: remove "current_offset" from function arguments
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/DWARFCallFrameInfo.h | 16 +++-- include/lldb/Symbol/FuncUnwinders.h | 30 +++------ include/lldb/Utility/RangeMap.h | 1 + lit/Unwind/Inputs/eh-frame-small-fde.s | 48 +++++++++++++ lit/Unwind/eh-frame-small-fde.test | 22 ++++++ source/Commands/CommandObjectTarget.cpp | 18 ++--- .../Process/Utility/RegisterContextLLDB.cpp | 26 ++++---- source/Symbol/DWARFCallFrameInfo.cpp | 39 ++++++----- source/Symbol/FuncUnwinders.cpp | 78 ++++++++-------------- 9 files changed, 161 insertions(+), 117 deletions(-) create mode 100644 lit/Unwind/Inputs/eh-frame-small-fde.s create mode 100644 lit/Unwind/eh-frame-small-fde.test