Lines Matching refs:ThreadSP
58 lldb::ThreadSP ThreadList::GetExpressionExecutionThread() { in GetExpressionExecutionThread()
61 ThreadSP expr_thread_sp = FindThreadByID(m_expression_tid_stack.back()); in GetExpressionExecutionThread()
89 ThreadSP ThreadList::GetThreadAtIndex(uint32_t idx, bool can_update) { in GetThreadAtIndex()
95 ThreadSP thread_sp; in GetThreadAtIndex()
101 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) { in FindThreadByID()
107 ThreadSP thread_sp; in FindThreadByID()
119 ThreadSP ThreadList::FindThreadByProtocolID(lldb::tid_t tid, bool can_update) { in FindThreadByProtocolID()
125 ThreadSP thread_sp; in FindThreadByProtocolID()
137 ThreadSP ThreadList::RemoveThreadByID(lldb::tid_t tid, bool can_update) { in RemoveThreadByID()
143 ThreadSP thread_sp; in RemoveThreadByID()
156 ThreadSP ThreadList::RemoveThreadByProtocolID(lldb::tid_t tid, in RemoveThreadByProtocolID()
163 ThreadSP thread_sp; in RemoveThreadByProtocolID()
176 ThreadSP ThreadList::GetThreadSPForThreadPtr(Thread *thread_ptr) { in GetThreadSPForThreadPtr()
177 ThreadSP thread_sp; in GetThreadSPForThreadPtr()
193 ThreadSP ThreadList::GetBackingThread(const ThreadSP &real_thread) { in GetBackingThread()
196 ThreadSP thread_sp; in GetBackingThread()
207 ThreadSP ThreadList::FindThreadByIndexID(uint32_t index_id, bool can_update) { in FindThreadByIndexID()
213 ThreadSP thread_sp; in FindThreadByIndexID()
243 for (lldb::ThreadSP thread_sp : m_threads) { in ShouldStop()
297 ThreadSP thread_sp(*pos); in ShouldStop()
302 ThreadSP thread_sp(*pos); in ShouldStop()
348 ThreadSP thread_sp(*pos); in ShouldStop()
373 ThreadSP thread_sp(*pos); in ShouldReportStop()
404 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()
722 ThreadSP backing_thread = m_threads[idx]->GetBackingThread(); in Update()
747 lldb::ThreadSP thread_sp) in ExpressionExecutionThreadPusher()