Searched refs:SetThread (Results 1 – 10 of 10) sorted by relevance
69 sb_thread.SetThread(thread->shared_from_this()); in PrivateBreakpointHitCallback()
107 result.SetThread(thread_sp); in GetExtendedBacktraceThread()
108 sb_thread.SetThread(thread_sp); in GetThread()
216 sb_thread.SetThread(thread_sp); in GetSelectedThread()233 sb_thread.SetThread(thread_sp); in CreateOSPluginThread()401 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()713 sb_thread.SetThread(thread_sp); in GetThreadByID()732 sb_thread.SetThread(thread_sp); in GetThreadByIndexID()
147 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()
380 void SBThread::SetThread(const ThreadSP &lldb_object_sp) { in SetThread() function in SBThread1300 sb_origin_thread.SetThread(new_thread_sp); in GetExtendedBacktraceThread()
1075 sb_thread.SetThread(thread_sp); in GetThread()
73 backing_stop_info_sp->SetThread(shared_from_this()); in CalculateStopInfo()
252 void SetThread(const lldb::ThreadSP &lldb_object_sp);
33 void SetThread(const lldb::ThreadSP &thread_sp) { m_thread_wp = thread_sp; } in SetThread() function