Home
last modified time | relevance | path

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

/freebsd/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()
682 process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute()
920 .FindThreadByIndexID(m_options.m_thread_idx) in DoExecute()
1203 new_thread = process->GetThreadList().FindThreadByIndexID(index_id).get(); in DoExecute()
2112 exe_ctx.GetProcessRef().GetThreadList().FindThreadByIndexID(thread_idx); in GetSingleThreadFromArgs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp71 .FindThreadByIndexID(*m_options.m_thread_index) in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h100 lldb::ThreadSP FindThreadByIndexID(uint32_t index_id, bool can_update = true);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp194 ThreadSP ThreadList::FindThreadByIndexID(uint32_t index_id, bool can_update) { in FindThreadByIndexID() function in ThreadList
716 ThreadSP selected_thread_sp(FindThreadByIndexID(index_id)); in SetSelectedThreadByIndexID()
H A DProcess.cpp5721 thread = GetThreadList().FindThreadByIndexID(thread_idx_id, true).get(); in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp731 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update); in GetThreadByIndexID()