[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


================
@@ -1717,6 +1726,42 @@ RegisterContextUnwind::SavedLocationForRegister(
   return UnwindLLDB::RegisterSearchResult::eRegisterNotFound;
 }
 
+UnwindPlanSP RegisterContextUnwind::AdoptArchitectureUnwindPlan() {
----------------
DavidSpickett wrote:

Sometimes you don't adopt, so call it `TryAdopt...`?

https://github.com/llvm/llvm-project/pull/153922


More information about the lldb-commits mailing list