Add one extra sanity check to RegisterContextLLDB::TryFallbackUnwindPlan
authorJason Molenda <jmolenda@apple.com>
Tue, 4 Nov 2014 05:35:32 +0000 (05:35 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 4 Nov 2014 05:35:32 +0000 (05:35 +0000)
commit9bb421d38bc403e3cf4afc37511a22fc3cc5154d
treea7fcd54aecc10be1eccaf64ef235b971880d3105
parent4b0089324344946ce033859d1cb3e031ae5fadd0
Add one extra sanity check to RegisterContextLLDB::TryFallbackUnwindPlan
so it doesn't try the arch default if a comiler-generated (eh_frame,
compact unwind info) based unwind plan has failed.

llvm-svn: 221239
lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp