llvm-project/lldb/source
Raphael Isemann bef588ce11 Fix typo in ArmUnwindInfo::GetUnwindPlan
Summary:
As reported in LLVM bug 41486, the check `(byte1 & 0xf8) == 0xc0` is wrong. We want to check for `11010nnn`,
so the proper value we want to compare against is `0xd0` (`0xc0` would check for the value `11000nnn` which we
already checked for above as described in the bug report).

Reviewers: #lldb, jasonmolenda

Reviewed By: #lldb, jasonmolenda

Subscribers: jasonmolenda, javed.absar, kristof.beyls, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D60655

llvm-svn: 358479
2019-04-16 08:06:56 +00:00
..
API [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Breakpoint [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Commands [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Core Correctly check if a warning message lacks a trailing new line 2019-04-16 07:48:11 +00:00
DataFormatters [DataFormatters] Remove LLDB_DISABLE_PYTHON from TypeCategory. 2019-03-15 16:55:51 +00:00
Expression [IRMemoryMap] Fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=off build 2019-04-12 02:38:17 +00:00
Host [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Initialization [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Interpreter [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Plugins Fix compiler warning introduced by r358261 2019-04-12 13:48:01 +00:00
Symbol Fix typo in ArmUnwindInfo::GetUnwindPlan 2019-04-16 08:06:56 +00:00
Target [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Utility Prevent unnecessary conversion from StringRef to C-string [NFC] 2019-04-14 14:01:49 +00:00
CMakeLists.txt [CMake] Unify scripts for generating VCS headers 2019-02-06 03:51:00 +00:00
lldb.cpp [CMake] Unify scripts for generating VCS headers 2019-02-06 03:51:00 +00:00