Lines Matching refs:ThreadSP
59 lldb::ThreadSP ThreadList::GetExpressionExecutionThread() { in GetExpressionExecutionThread()
62 ThreadSP expr_thread_sp = FindThreadByID(m_expression_tid_stack.back()); in GetExpressionExecutionThread()
90 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex()
96 ThreadSP thread_sp; in GetThreadAtIndex()
102 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) { in FindThreadByID()
108 ThreadSP thread_sp; in FindThreadByID()
120 ThreadSP ThreadList::FindThreadByProtocolID(lldb::tid_t tid, bool can_update) { in FindThreadByProtocolID()
126 ThreadSP thread_sp; in FindThreadByProtocolID()
138 ThreadSP ThreadList::RemoveThreadByID(lldb::tid_t tid, bool can_update) { in RemoveThreadByID()
144 ThreadSP thread_sp; in RemoveThreadByID()
157 ThreadSP ThreadList::RemoveThreadByProtocolID(lldb::tid_t tid, in RemoveThreadByProtocolID()
164 ThreadSP thread_sp; in RemoveThreadByProtocolID()
177 ThreadSP ThreadList::GetThreadSPForThreadPtr(Thread *thread_ptr) { in GetThreadSPForThreadPtr()
178 ThreadSP thread_sp; in GetThreadSPForThreadPtr()
194 ThreadSP ThreadList::GetBackingThread(const ThreadSP &real_thread) { in GetBackingThread()
197 ThreadSP thread_sp; in GetBackingThread()
208 ThreadSP ThreadList::FindThreadByIndexID(uint32_t index_id, bool can_update) { in FindThreadByIndexID()
214 ThreadSP thread_sp; in FindThreadByIndexID()
244 for (lldb::ThreadSP thread_sp : m_threads) { in ShouldStop()
298 ThreadSP thread_sp(*pos); in ShouldStop()
303 ThreadSP thread_sp(*pos); in ShouldStop()
348 ThreadSP thread_sp(*pos); in ShouldStop()
372 ThreadSP thread_sp(*pos); in ShouldReportStop()
403 ThreadSP thread_sp(*pos); in SetShouldReportStop()
555 ThreadSP thread_sp(*pos); in WillResume()
583 ThreadSP thread_sp(*pos); in WillResume()
593 ThreadSP thread_to_run; in WillResume()
607 ThreadSP thread_sp(*pos); in WillResume()
625 ThreadSP thread_sp(*pos); in DidResume()
642 ThreadSP thread_sp(*pos); in DidStop()
648 ThreadSP ThreadList::GetSelectedThread() { in GetSelectedThread()
650 ThreadSP thread_sp = FindThreadByID(m_selected_tid); in GetSelectedThread()
662 ThreadSP selected_thread_sp(FindThreadByID(tid)); in SetSelectedThreadByID()
677 ThreadSP selected_thread_sp(FindThreadByIndexID(index_id)); in SetSelectedThreadByIndexID()
691 ThreadSP selected_thread_sp(FindThreadByID(tid)); in NotifySelectedThreadChanged()
727 ThreadSP backing_thread = m_threads[idx]->GetBackingThread(); in Update()
753 lldb::ThreadSP thread_sp) in ExpressionExecutionThreadPusher()