Home
last modified time | relevance | path

Searched refs:FindThreadByID (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp61 ThreadSP expr_thread_sp = FindThreadByID(m_expression_tid_stack.back()); in GetExpressionExecutionThread()
101 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) { in FindThreadByID() function in ThreadList
650 ThreadSP thread_sp = FindThreadByID(m_selected_tid); in GetSelectedThread()
662 ThreadSP selected_thread_sp(FindThreadByID(tid)); in SetSelectedThreadByID()
691 ThreadSP selected_thread_sp(FindThreadByID(tid)); in NotifySelectedThreadChanged()
H A DExecutionContext.cpp600 thread_sp = process_sp->GetThreadList().FindThreadByID(m_tid); in GetThreadSP()
H A DProcess.cpp5703 ThreadSP thread_sp(GetThreadList().FindThreadByID(thread_id_array[i])); in GetThreadStatus()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h90 lldb::ThreadSP FindThreadByID(lldb::tid_t tid, bool can_update = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp564 GetThreadList().FindThreadByID(tid, false).get()); in RefreshStateAfterStop()
1002 ThreadSP thread = GetThreadList().FindThreadByID(tid); in IsSoftwareStepBreakpoint()
1047 m_thread_list.FindThreadByID(tid, false).get()); in SetupSoftwareSingleStepping()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp206 Thread *thread = process->GetThreadList().FindThreadByID(tid).get(); in BucketThread()
362 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
1497 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
1541 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
1973 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp247 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp278 ThreadSP lldb_thread = process_sp->GetThreadList().FindThreadByID( in GetRenumberedThreadIds()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp820 thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update); in GetThreadByID()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2483 return process_sp->GetThreadList().FindThreadByID(item.GetIdentifier()); in GetThread()