This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 34c4012 Fixing the bug number for darwin on this failure. new 09c18fb Add a first unit test for the arm64 instruction profiled unwi [...]
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/EmulateInstruction.h | 4 + lldb.xcodeproj/project.pbxproj | 14 +- .../Instruction/ARM64/EmulateInstructionARM64.cpp | 11 +- .../InstEmulation/UnwindAssemblyInstEmulation.cpp | 51 +++++-- .../InstEmulation/UnwindAssemblyInstEmulation.h | 10 +- unittests/UnwindAssembly/CMakeLists.txt | 1 + .../UnwindAssembly/InstEmulation/CMakeLists.txt | 1 + .../InstEmulation/TestArm64InstEmulation.cpp | 166 +++++++++++++++++++++ 8 files changed, 241 insertions(+), 17 deletions(-) create mode 100644 unittests/UnwindAssembly/InstEmulation/CMakeLists.txt create mode 100644 unittests/UnwindAssembly/InstEmulation/TestArm64InstEmulation.cpp