Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp109 m_stored_thread_state(), m_real_stop_info_sp(), m_constructor_errors(), in ThreadPlanCallFunction()
142 m_stored_thread_state(), m_real_stop_info_sp(), m_constructor_errors(), in ThreadPlanCallFunction()
199 m_real_stop_info_sp = GetPrivateStopInfo(); in DoTakedown()
253 m_real_stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
265 if (!m_real_stop_info_sp) in DoPlanExplainsStop()
268 stop_reason = m_real_stop_info_sp->GetStopReason(); in DoPlanExplainsStop()
290 uint64_t break_site_id = m_real_stop_info_sp->GetValue(); in DoPlanExplainsStop()
320 m_real_stop_info_sp->OverrideShouldStop(false); in DoPlanExplainsStop()
326 m_real_stop_info_sp->OverrideShouldStop(true); in DoPlanExplainsStop()
342 if (m_real_stop_info_sp in DoPlanExplainsStop()
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A 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