Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStack.cpp415 ThreadSP thread_sp = current_threads.FindThreadByID(cur_tid); in Update()
431 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlans()
465 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in DumpPlansForTID()
503 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(tid); in PrunePlansForTID()
DThreadList.cpp62 ThreadSP expr_thread_sp = FindThreadByID(m_expression_tid_stack.back()); in GetExpressionExecutionThread()
102 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()
DThreadPlanTracer.cpp59 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(m_tid); in GetThread()
DThreadPlan.cpp45 ThreadSP thread_sp = m_process.GetThreadList().FindThreadByID(m_tid); in GetThread()
DExecutionContext.cpp591 thread_sp = process_sp->GetThreadList().FindThreadByID(m_tid); in GetThreadSP()
DProcess.cpp4710 .FindThreadByID(thread_id); in HandleStoppedEvent()
5629 ThreadSP thread_sp(GetThreadList().FindThreadByID(thread_id_array[i])); in GetThreadStatus()
/external/llvm-project/lldb/include/lldb/Target/
DThreadList.h89 lldb::ThreadSP FindThreadByID(lldb::tid_t tid, bool can_update = true);
/external/llvm-project/lldb/source/Commands/
DCommandObjectThreadUtil.cpp129 Thread *thread = process->GetThreadList().FindThreadByID(tid).get(); in BucketThread()
DCommandObjectThread.cpp151 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
1292 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
1342 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
2059 *m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
2184 m_exe_ctx.GetProcessPtr()->GetThreadList().FindThreadByID(tid); in HandleOneThread()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp557 GetThreadList().FindThreadByID(tid, false).get()); in RefreshStateAfterStop()
995 ThreadSP thread = GetThreadList().FindThreadByID(tid); in IsSoftwareStepBreakpoint()
1036 m_thread_list.FindThreadByID(tid, false).get()); in SetupSoftwareSingleStepping()
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp249 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp279 ThreadSP lldb_thread = process_sp->GetThreadList().FindThreadByID( in GetRenumberedThreadIds()
/external/llvm-project/lldb/source/API/
DSBProcess.cpp737 thread_sp = process_sp->GetThreadList().FindThreadByID(tid, can_update); in GetThreadByID()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp2073 return process_sp->GetThreadList().FindThreadByID(item.GetIdentifier()); in GetThread()