[Lldb-commits] [lldb] [lldb] Unwind through ARM Cortex-M exceptions automatically (PR #153922)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 9 01:43:02 PDT 2025
================
@@ -293,6 +293,9 @@ void RegisterContextUnwind::InitializeZerothFrame() {
return;
}
+ // Give the Architecture a chance to replace the UnwindPlan.
+ AdoptArchitectureUnwindPlan();
----------------
DavidSpickett wrote:
Thanks for explaining.
https://github.com/llvm/llvm-project/pull/153922
More information about the lldb-commits
mailing list