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

References

tools/lldb/include/lldb/Expression/Materializer.h
   60     lldb::ThreadWP m_thread_wp;
tools/lldb/include/lldb/Target/ExecutionContext.h
  265   mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread
  311   ExecutionContext(const lldb::ThreadWP &thread_wp);
tools/lldb/include/lldb/Target/StackFrame.h
  507   lldb::ThreadWP m_thread_wp;
tools/lldb/include/lldb/Target/StopInfo.h
  161   lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
tools/lldb/source/API/SBQueue.cpp
  211   std::vector<lldb::ThreadWP>
tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h
   89   lldb::ThreadWP m_thread_wp;
tools/lldb/source/Target/ExecutionContext.cpp
   66 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp)