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

References

tools/lldb/source/Target/StopInfo.cpp
  649       return m_should_stop;
  660         m_should_stop = wp_sp->ShouldStop(&context);
  669         m_should_stop = true;
  673     return m_should_stop;
  681     return m_should_stop;
  689     m_should_stop = true;
  770             m_should_stop = false;
  786           m_should_stop = false;
  790         if (m_should_stop && wp_sp->GetConditionText() != nullptr) {
  813                   m_should_stop = false;
  815                   m_should_stop = true;
  818                           m_should_stop ? "true" : "false");
  820                 m_should_stop = true;
  840             m_should_stop = true;
  846         if (m_should_stop) {
  864             m_should_stop = false;
  866           if (m_should_stop && !stop_requested) {
  868             m_should_stop = false;
  872         if (m_should_stop) {
  892                 __FUNCTION__, m_should_stop);