Re-enable compact unwind use on Mac platforms.
authorJason Molenda <jmolenda@apple.com>
Sat, 20 Dec 2014 03:12:51 +0000 (03:12 +0000)
committerJason Molenda <jmolenda@apple.com>
Sat, 20 Dec 2014 03:12:51 +0000 (03:12 +0000)
commitb12a136cddb5fea6e1a502bbc9fd815b7818a30c
treeb46b80ea200d77476772513ae193e35f9aee5764
parent0b6a0b02573bdf62eb3f0b000cfd7c7fcdbc1ccb
Re-enable compact unwind use on Mac platforms.
When lldb has a binary with protected section contents,
don't use the on-disk representation of that compact
uwnind -- read it only out of live memory where it has
been decrypted.

llvm-svn: 224670
lldb/include/lldb/Symbol/CompactUnwindInfo.h
lldb/source/Symbol/CompactUnwindInfo.cpp