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

References

tools/lldb/source/API/SBQueue.cpp
  105             if (thread_sp && thread_sp->IsValid()) {
tools/lldb/source/Commands/CommandObjectThread.cpp
  337         if (ext_thread_sp && ext_thread_sp->IsValid()) {
 1508     if (exception_thread_sp && exception_thread_sp->IsValid()) {
tools/lldb/source/Target/ExecutionContext.cpp
  390   return (HasProcessScope() && ((bool)m_thread_sp && m_thread_sp->IsValid()));
  588     if (!thread_sp || !thread_sp->IsValid()) {
  600   if (thread_sp && !thread_sp->IsValid())
tools/lldb/source/Target/Process.cpp
  876         if (!curr_thread || !curr_thread->IsValid() ||
  926             if (curr_thread && curr_thread->IsValid())
tools/lldb/source/Target/StackFrameList.cpp
  222   assert(m_thread.IsValid() && "Expected valid thread");
  411   if (!m_thread.IsValid())
  698       assert(!m_thread.IsValid() && "A valid thread has no frames.");
tools/lldb/source/Target/StopInfo.cpp
  270       if (!thread_sp->IsValid()) {