Searched refs:active_row (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp183 UnwindPlan::RowSP active_row; local
188 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset);
190 if (active_row.get() && log)
193 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr()));
198 if (!active_row.get())
206 if (!ReadGPRValue (row_register_kind, active_row->GetCFARegister(), cfa_regval))
212 cfa_offset = active_row->GetCFAOffset ();
461 UnwindPlan::RowSP active_row; local
470 active_row = m_fast_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset);
472 if (active_row
965 UnwindPlan::RowSP active_row = m_fast_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); local
989 UnwindPlan::RowSP active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); local
1075 UnwindPlan::RowSP active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); local
1248 UnwindPlan::RowSP active_row = arch_default_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); local
[all...]

Completed in 23 milliseconds