================
@@ -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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits