Searched refs:SetThreadSP (Results 1 – 5 of 5) sorted by relevance
254 void ExecutionContext::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP() function in ExecutionContext477 void ExecutionContextRef::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP() function in ExecutionContextRef492 SetThreadSP(frame_sp->GetThread()); in SetFrameSP()525 SetThreadSP(thread_sp); in SetTargetPtr()551 SetThreadSP(thread->shared_from_this()); in SetThreadPtr()
182 void SetThreadSP(const lldb::ThreadSP &thread_sp);478 void SetThreadSP(const lldb::ThreadSP &thread_sp);
153 exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread()); in GetObjectDescription()
380 m_opaque_sp->SetThreadSP(lldb_object_sp); in SetThread()
2824 m_exe_ctx_ref.SetThreadSP(thread_sp); in EvaluationPoint()