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

Declarations

tools/lldb/include/lldb/API/SBThread.h
  221   void SetThread(const lldb::ThreadSP &lldb_object_sp);

References

tools/lldb/source/API/SBBreakpointOptionCommon.cpp
   70           sb_thread.SetThread(thread->shared_from_this());
tools/lldb/source/API/SBExecutionContext.cpp
  119       sb_thread.SetThread(thread_sp);
tools/lldb/source/API/SBProcess.cpp
  220     sb_thread.SetThread(thread_sp);
  238     sb_thread.SetThread(thread_sp);
  441     sb_thread.SetThread(thread_sp);
  737     sb_thread.SetThread(thread_sp);
  757     sb_thread.SetThread(thread_sp);
tools/lldb/source/API/SBQueue.cpp
  155           sb_thread.SetThread(thread_sp);
tools/lldb/source/API/SBQueueItem.cpp
  112         result.SetThread(thread_sp);
tools/lldb/source/API/SBThread.cpp
 1361               sb_origin_thread.SetThread(new_thread_sp);
tools/lldb/source/API/SBValue.cpp
 1081     sb_thread.SetThread(thread_sp);