reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  201   m_fast_unwind_plan_sp = GetFastUnwindPlanForFrame();
  364       m_fast_unwind_plan_sp.reset();
  523   m_fast_unwind_plan_sp = GetFastUnwindPlanForFrame();
  532   if (m_fast_unwind_plan_sp &&
  533       m_fast_unwind_plan_sp->PlanValidAtAddress(m_current_pc)) {
  535         m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset);
  536     row_register_kind = m_fast_unwind_plan_sp->GetRegisterKind();
  537     PropagateTrapHandlerFlagFromUnwindPlan(m_fast_unwind_plan_sp);
  540       active_row->Dump(active_row_strm, m_fast_unwind_plan_sp.get(), &m_thread,
  663         if (m_fast_unwind_plan_sp)
  807     m_fast_unwind_plan_sp.reset();
 1167   if (m_fast_unwind_plan_sp) {
 1169         m_fast_unwind_plan_sp->GetRowForFunctionOffset(m_current_offset);
 1170     unwindplan_registerkind = m_fast_unwind_plan_sp->GetRegisterKind();