================
@@ -426,9 +426,12 @@ void RegisterContextUnwind::InitializeNonZerothFrame() {
       }
     }
 
-    if (abi_sp) {
-      m_fast_unwind_plan_sp.reset();
+    m_fast_unwind_plan_sp.reset();
+    m_full_unwind_plan_sp.reset();
----------------
bulbazord wrote:

Is it necessary to clear these if `abi_sp` is not valid? Seems like the only 
change needed is the check for `m_full_unwind_plan_sp` below.

https://github.com/llvm/llvm-project/pull/152481
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to