================
@@ -293,6 +293,9 @@ void RegisterContextUnwind::InitializeZerothFrame() {
     return;
   }
 
+  // Give the Architecture a chance to replace the UnwindPlan.
+  AdoptArchitectureUnwindPlan();
----------------
DavidSpickett wrote:

All this code is unfamiliar to me. Is there some overall logic for where you 
check for the unwind plan? One time per type of frame or after being able to 
read some amount of info or whatever.

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

Reply via email to