Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStack.cpp425 ThreadSP thread_sp = current_threads.FindThreadByID(cur_tid); in Update()
442 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlans()
477 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlansForTID()
516 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in PrunePlansForTID()
H A DThreadList.cpp63 ThreadSP expr_thread_sp = FindThreadByID(m_expression_tid_stack.back()); in GetExpressionExecutionThread()
103 ThreadSP ThreadList::FindThreadByID(lldb::tid_t tid, bool can_update) { in FindThreadByID() function in ThreadList
686 ThreadSP thread_sp = FindThreadByID(m_selected_tid); in GetSelectedThread()
698 ThreadSP selected_thread_sp(FindThreadByID(tid)); in SetSelectedThreadByID()
727 ThreadSP selected_thread_sp(FindThreadByID(tid)); in NotifySelectedThreadChanged()
H A DThreadPlanTracer.cpp59 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(m_tid); in GetThread()
H A DThreadPlan.cpp46 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(m_tid); in GetThread()
H A DExecutionContext.cpp586 thread_sp = process_sp->GetThreadList().FindThreadByID(m_tid); in GetThreadSP()
H A DProcess.cpp4680 .FindThreadByID(thread_id); in HandleStoppedEvent()
5601 ThreadSP thread_sp(GetThreadList().FindThreadByID(thread_id_array[i])); in GetThreadStatus()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h89 lldb::ThreadSP FindThreadByID(lldb::tid_t tid, bool can_update = true);
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp139 Thread *thread = process->GetThreadList().FindThreadByID(tid).get(); in BucketThread()
H A DCommandObjectThread.cpp206 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
1251 process->GetThreadList().FindThreadByID(m_options.m_thread_id).get(); in DoExecute()
1369 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
1417 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
1465 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
2548 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp246 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp571 GetLiveProcess()->GetThreadList().FindThreadByID(thread_state.tid); in DoRefreshLiveProcessState()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp274 ThreadSP lldb_thread = process_sp->GetThreadList().FindThreadByID( in GetRenumberedThreadIds()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp697 thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update); in GetThreadByID()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5110 return process_sp->GetThreadList().FindThreadByID(item.GetIdentifier()); in GetThread()