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

Declarations

tools/lldb/include/lldb/Target/ExecutionContext.h
  477   void SetThreadSP(const lldb::ThreadSP &thread_sp);

References

tools/lldb/source/Core/Debugger.cpp
  862         exe_ctx.SetThreadSP(thread_sp);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  136       exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread());