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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp53 m_fallback_unwind_plan_sp (),
804 m_fallback_unwind_plan_sp = arch_default_unwind_plan_sp;
830 m_fallback_unwind_plan_sp = arch_default_unwind_plan_sp;
1370 if (m_fallback_unwind_plan_sp.get() == NULL)
1374 UnwindPlan::RowSP active_row = m_fallback_unwind_plan_sp->GetRowForFunctionOffset (m_current_offset);
1388 m_full_unwind_plan_sp = m_fallback_unwind_plan_sp;
1390 if (ReadGPRValue (m_fallback_unwind_plan_sp->GetRegisterKind(), active_row->GetCFARegister(), cfa_regval))
1396 original_full_unwind_plan_sp->GetSourceName().GetCString(), m_fallback_unwind_plan_sp->GetSourceName().GetCString());
1397 m_fallback_unwind_plan_sp.reset();
H A DRegisterContextLLDB.h208 lldb::UnwindPlanSP m_fallback_unwind_plan_sp; // may be NULL member in class:lldb_private::RegisterContextLLDB

Completed in 42 milliseconds