Searched refs:SetThreadSP (Results 1 – 5 of 5) sorted by relevance
252 void ExecutionContext::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP() function in ExecutionContext471 void ExecutionContextRef::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP() function in ExecutionContextRef486 SetThreadSP(frame_sp->GetThread()); in SetFrameSP()519 SetThreadSP(thread_sp); in SetTargetPtr()545 SetThreadSP(thread->shared_from_this()); in SetThreadPtr()
182 void SetThreadSP(const lldb::ThreadSP &thread_sp);478 void SetThreadSP(const lldb::ThreadSP &thread_sp);
155 exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread()); in GetObjectDescription()
373 m_opaque_sp->SetThreadSP(lldb_object_sp); in SetThread()
2839 m_exe_ctx_ref.SetThreadSP(thread_sp); in EvaluationPoint()