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

References

tools/lldb/include/lldb/Target/ExecutionContext.h
  255     m_thread_wp.reset();
tools/lldb/source/Target/ExecutionContext.cpp
  422       m_thread_wp(rhs.m_thread_wp), m_tid(rhs.m_tid),
  430     m_thread_wp = rhs.m_thread_wp;
  430     m_thread_wp = rhs.m_thread_wp;
  442   m_thread_wp = thread_sp;
  480     m_thread_wp = thread_sp;
  582   lldb::ThreadSP thread_sp(m_thread_wp.lock());
  592         m_thread_wp = thread_sp;