[Lldb-commits] [PATCH] Improve PowerPC unwind support

Ed Maste emaste at freebsd.org
Sun Nov 9 13:00:59 PST 2014


I'd like to think about the 32-on-64 implementation some more. Can you submit the unwind changes separately first?

================
Comment at: source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp:1015
@@ -1014,4 +1014,3 @@
 
-    const int32_t ptr_size = 8;
-    row->SetCFARegister (LLDB_REGNUM_GENERIC_SP);
-    row->SetCFAOffset (8);
+    const int32_t ptr_size = 4;
+    row->SetCFARegister (sp_reg_num);
----------------
I'd specifically call out this fix in the commit message

http://reviews.llvm.org/D6183






More information about the lldb-commits mailing list