This revision was automatically updated to reflect the committed changes.
Closed by commit rL358479: Fix typo in ArmUnwindInfo::GetUnwindPlan (authored
by teemperor, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.l
jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
Agreed, this change is correct. I double checked this in the
http://infocenter.arm.com/help/topic/com.arm.doc.ihi0038b/IHI0038B_ehabi.pdf
doc (mod 24 Nov 2015) and the only differ
teemperor added a comment.
Don't have the test for this and probably can't write one for it (as I don't
have access to an ARM device for testing and don't really know the code so
well). If anyone feels like providing a test, feel free to link it to this
revision.
Repository:
rLLDB LLDB
CHA
teemperor created this revision.
teemperor added a reviewer: LLDB.
Herald added subscribers: lldb-commits, kristof.beyls, javed.absar.
Herald added a project: LLDB.
As reported in LLVM bug 41486, the check `(byte1 & 0xf8) == 0xc0` is wrong. We
want to check for `11010nnn`,
so the proper value we