Home
last modified time | relevance | path

Searched refs:m_full_unwind_plan_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp50 m_full_unwind_plan_sp (), in RegisterContextLLDB()
181 m_full_unwind_plan_sp = GetFullUnwindPlanForFrame (); in InitializeZerothFrame()
186 if (m_full_unwind_plan_sp && m_full_unwind_plan_sp->PlanValidAtAddress (m_current_pc)) in InitializeZerothFrame()
188 active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset); in InitializeZerothFrame()
189 row_register_kind = m_full_unwind_plan_sp->GetRegisterKind (); in InitializeZerothFrame()
193 …active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddres… in InitializeZerothFrame()
219 m_full_unwind_plan_sp->GetSourceName().GetCString()); in InitializeZerothFrame()
314 m_full_unwind_plan_sp.reset (new UnwindPlan (lldb::eRegisterKindGeneric)); in InitializeNonZerothFrame()
315 abi->CreateDefaultUnwindPlan(*m_full_unwind_plan_sp); in InitializeNonZerothFrame()
324 int row_register_kind = m_full_unwind_plan_sp->GetRegisterKind (); in InitializeNonZerothFrame()
[all …]
DRegisterContextLLDB.h175 lldb::UnwindPlanSP m_full_unwind_plan_sp; variable