Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp192 m_real_stop_info_sp = GetPrivateStopInfo(); in DoTakedown()
247 m_real_stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
259 if (!m_real_stop_info_sp) in DoPlanExplainsStop()
262 stop_reason = m_real_stop_info_sp->GetStopReason(); in DoPlanExplainsStop()
284 uint64_t break_site_id = m_real_stop_info_sp->GetValue(); in DoPlanExplainsStop()
314 m_real_stop_info_sp->OverrideShouldStop(false); in DoPlanExplainsStop()
320 m_real_stop_info_sp->OverrideShouldStop(true); in DoPlanExplainsStop()
336 if (m_real_stop_info_sp && in DoPlanExplainsStop()
337 m_real_stop_info_sp->ShouldStopSynchronous(event_ptr)) { in DoPlanExplainsStop()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanCallFunction.h85 if (m_real_stop_info_sp) in GetRealStopInfo()
86 return m_real_stop_info_sp; in GetRealStopInfo()
132 m_real_stop_info_sp; // In general we want to hide call function variable