Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Target/
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()
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()
DThreadPlanTracer.cpp60 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(m_tid); in GetThread()
DThreadPlan.cpp46 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(m_tid); in GetThread()
DExecutionContext.cpp584 thread_sp = process_sp->GetThreadList().FindThreadByID(m_tid); in GetThreadSP()
DProcess.cpp4629 .FindThreadByID(thread_id); in HandleStoppedEvent()
5547 ThreadSP thread_sp(GetThreadList().FindThreadByID(thread_id_array[i])); in GetThreadStatus()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadList.h89 lldb::ThreadSP FindThreadByID(lldb::tid_t tid, bool can_update = true);
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectThreadUtil.cpp140 Thread *thread = process->GetThreadList().FindThreadByID(tid).get(); in BucketThread()
DCommandObjectThread.cpp206 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
1306 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
1354 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
1402 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
2491 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
/openbsd/src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp237 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp275 ThreadSP lldb_thread = process_sp->GetThreadList().FindThreadByID( in GetRenumberedThreadIds()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBProcess.cpp687 thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update); in GetThreadByID()
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp5086 return process_sp->GetThreadList().FindThreadByID(item.GetIdentifier()); in GetThread()