Home
last modified time | relevance | path

Searched refs:FindThreadByIndexID (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp78 process->GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
114 ThreadSP thread = process->GetThreadList().FindThreadByIndexID( in DoExecute()
196 ThreadSP thread = process.GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
H A DCommandObjectThread.cpp439 process->GetThreadList().FindThreadByIndexID(step_thread_idx).get(); in DoExecute()
703 process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute()
953 .FindThreadByIndexID(m_options.m_thread_idx) in DoExecute()
1243 new_thread = process->GetThreadList().FindThreadByIndexID(index_id).get(); in DoExecute()
2167 exe_ctx.GetProcessRef().GetThreadList().FindThreadByIndexID(thread_idx); in GetSingleThreadFromArgs()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp71 .FindThreadByIndexID(*m_options.m_thread_index) in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h99 lldb::ThreadSP FindThreadByIndexID(uint32_t index_id, bool can_update = true);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp209 ThreadSP ThreadList::FindThreadByIndexID(uint32_t index_id, bool can_update) { in FindThreadByIndexID() function in ThreadList
713 ThreadSP selected_thread_sp(FindThreadByIndexID(index_id)); in SetSelectedThreadByIndexID()
H A DProcess.cpp5484 thread = GetThreadList().FindThreadByIndexID(thread_idx_id, true).get(); in RunThreadPlan()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp716 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update); in GetThreadByIndexID()