[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 Aug 26 07:03:01 PDT 2025


================
@@ -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


More information about the lldb-commits mailing list