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

References

tools/lldb/source/Target/ExecutionContext.cpp
  588     if (!thread_sp || !thread_sp->IsValid()) {
  588     if (!thread_sp || !thread_sp->IsValid()) {
  591         thread_sp = process_sp->GetThreadList().FindThreadByID(m_tid);
  592         m_thread_wp = thread_sp;
  600   if (thread_sp && !thread_sp->IsValid())
  600   if (thread_sp && !thread_sp->IsValid())
  601     thread_sp.reset();
  603   return thread_sp;