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 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
