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

References

tools/lldb/source/Target/Thread.cpp
  283   m_stop_info_sp.reset();
  363     return m_stop_info_sp;
  374   bool have_valid_stop_info = m_stop_info_sp &&
  375       m_stop_info_sp ->IsValid() &&
  381     && (m_stop_info_sp->GetStopReason() == eStopReasonTrace);
  384     return m_stop_info_sp;
  390     return m_stop_info_sp;
  401     return m_stop_info_sp;
  407       if (m_stop_info_sp) {
  408         if (m_stop_info_sp->IsValid() || IsStillAtLastBreakpointHit() ||
  410           SetStopInfo(m_stop_info_sp);
  412           m_stop_info_sp.reset();
  415       if (!m_stop_info_sp) {
  430       if (m_stop_info_sp) {
  437   return m_stop_info_sp;
  457   if (m_stop_info_sp) {
  458     m_stop_info_sp.reset();
  463   m_stop_info_sp = stop_info_sp;
  464   if (m_stop_info_sp) {
  465     m_stop_info_sp->MakeStopInfoValid();
  468       m_stop_info_sp->OverrideShouldNotify(m_override_should_notify ==
  489     if (m_stop_info_sp)
  490       m_stop_info_sp->OverrideShouldNotify(m_override_should_notify ==
  659       (m_stop_info_sp && m_stop_info_sp->IsValid())) {
  659       (m_stop_info_sp && m_stop_info_sp->IsValid())) {
  683       m_stop_info_sp.reset();
 1963     if (print_json_stopinfo && m_stop_info_sp) {
 1964       StructuredData::ObjectSP stop_info = m_stop_info_sp->GetExtendedInfo();
 2086   if (m_stop_info_sp) {
 2087     StopReason stop_reason = m_stop_info_sp->GetStopReason();
 2089       uint64_t value = m_stop_info_sp->GetValue();