================
@@ -2088,6 +2088,13 @@ bool RegisterContextUnwind::ReadFrameAddress(
     UnwindLogMsg("No suitable CFA found");
     break;
   }
+  case UnwindPlan::Row::FAValue::isConstant: {
+    address = fa.GetConstant();
+    if (abi_sp)
+      address = abi_sp->FixCodeAddress(address);
----------------
felipepiovezan wrote:

Sounds good! I will push an updated version calling the process method!

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

Reply via email to