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

References

tools/lldb/include/lldb/Target/StopInfo.h
   32   void SetThread(const lldb::ThreadSP &thread_sp) { m_thread_wp = thread_sp; }
   34   lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); }
tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
   38   ExecutionContext exe_ctx(m_thread_wp.lock());
tools/lldb/source/Target/StopInfo.cpp
   38   ThreadSP thread_sp(m_thread_wp.lock());
   45   ThreadSP thread_sp(m_thread_wp.lock());
   53   ThreadSP thread_sp(m_thread_wp.lock());
  105     ThreadSP thread_sp(m_thread_wp.lock());
  136     ThreadSP thread_sp(m_thread_wp.lock());
  165     ThreadSP thread_sp(m_thread_wp.lock());
  186       ThreadSP thread_sp(m_thread_wp.lock());
  264     ThreadSP thread_sp(m_thread_wp.lock());
  651     ThreadSP thread_sp(m_thread_wp.lock());
  692     ThreadSP thread_sp(m_thread_wp.lock());
  918     ThreadSP thread_sp(m_thread_wp.lock());
  925     ThreadSP thread_sp(m_thread_wp.lock());
  933     ThreadSP thread_sp(m_thread_wp.lock());
  952     ThreadSP thread_sp(m_thread_wp.lock());
  962       ThreadSP thread_sp(m_thread_wp.lock());
 1072     ThreadSP thread_sp(m_thread_wp.lock());
 1088     ThreadSP thread_sp(m_thread_wp.lock());