[Lldb-commits] [PATCH] D21221: Fix for PrintStackTraces
Ravitheja Addepally via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 14 01:44:15 PDT 2016
ravitheja added inline comments.
================
Comment at: source/Plugins/Process/Utility/RegisterContextLLDB.cpp:1602
@@ -1610,3 +1601,3 @@
// isn't going to do any better.
- if (m_full_unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes)
- return false;
+// if (m_full_unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolYes)
+// return false;
----------------
labath wrote:
> What is this supposed to do?
It stops the the TryFallbackUnwindplan to use the assembly unwinder.
http://reviews.llvm.org/D21221
More information about the lldb-commits
mailing list