Lines Matching refs:m_stop_info_sp
246 m_stop_info_sp (), in Thread()
302 m_stop_info_sp.reset(); in DestroyThread()
373 return m_stop_info_sp; in GetStopInfo()
385 … (m_stop_info_sp && m_stop_info_sp->IsValid())) // Stop info is valid, just return what we have in GetStopInfo()
387 return m_stop_info_sp; in GetStopInfo()
392 return m_stop_info_sp; in GetStopInfo()
401 return m_stop_info_sp; in GetPrivateStopInfo()
409 if (m_stop_info_sp) in GetPrivateStopInfo()
411 if (m_stop_info_sp->IsValid() in GetPrivateStopInfo()
414 SetStopInfo (m_stop_info_sp); in GetPrivateStopInfo()
416 m_stop_info_sp.reset(); in GetPrivateStopInfo()
419 if (!m_stop_info_sp) in GetPrivateStopInfo()
426 return m_stop_info_sp; in GetPrivateStopInfo()
444 m_stop_info_sp = stop_info_sp; in SetStopInfo()
445 if (m_stop_info_sp) in SetStopInfo()
447 m_stop_info_sp->MakeStopInfoValid(); in SetStopInfo()
450 m_stop_info_sp->OverrideShouldNotify (m_override_should_notify == eLazyBoolYes); in SetStopInfo()
471 if (m_stop_info_sp) in SetShouldReportStop()
472 m_stop_info_sp->OverrideShouldNotify (m_override_should_notify == eLazyBoolYes); in SetShouldReportStop()
621 (m_stop_info_sp && m_stop_info_sp->IsValid())) in ShouldResume()
648 m_stop_info_sp.reset(); in ShouldResume()
1973 if (m_stop_info_sp) { in IsStillAtLastBreakpointHit()
1974 StopReason stop_reason = m_stop_info_sp->GetStopReason(); in IsStillAtLastBreakpointHit()
1976 uint64_t value = m_stop_info_sp->GetValue(); in IsStillAtLastBreakpointHit()