Home | History | Annotate | Download | only in Target

Lines Matching refs:m_stop_info_sp

246     m_stop_info_sp (),
302 m_stop_info_sp.reset();
373 return m_stop_info_sp;
385 (m_stop_info_sp && m_stop_info_sp->IsValid())) // Stop info is valid, just return what we have
387 return m_stop_info_sp;
392 return m_stop_info_sp;
401 return m_stop_info_sp;
409 if (m_stop_info_sp)
411 if (m_stop_info_sp->IsValid()
414 SetStopInfo (m_stop_info_sp);
416 m_stop_info_sp.reset();
419 if (!m_stop_info_sp)
426 return m_stop_info_sp;
444 m_stop_info_sp = stop_info_sp;
445 if (m_stop_info_sp)
447 m_stop_info_sp->MakeStopInfoValid();
450 m_stop_info_sp->OverrideShouldNotify (m_override_should_notify == eLazyBoolYes);
471 if (m_stop_info_sp)
472 m_stop_info_sp->OverrideShouldNotify (m_override_should_notify == eLazyBoolYes);
612 // Make sure m_stop_info_sp is valid
621 (m_stop_info_sp && m_stop_info_sp->IsValid()))
648 m_stop_info_sp.reset();
1973 if (m_stop_info_sp) {
1974 StopReason stop_reason = m_stop_info_sp->GetStopReason();
1976 uint64_t value = m_stop_info_sp->GetValue();