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.cpp76 process->GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
112 ThreadSP thread = process->GetThreadList().FindThreadByIndexID( in DoExecute()
194 ThreadSP thread = process.GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
H A DCommandObjectThread.cpp433 process->GetThreadList().FindThreadByIndexID(step_thread_idx).get(); in DoExecute()
677 process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute()
915 .FindThreadByIndexID(m_options.m_thread_idx) in DoExecute()
1205 new_thread = process->GetThreadList().FindThreadByIndexID(index_id).get(); in DoExecute()
2099 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.cpp208 ThreadSP ThreadList::FindThreadByIndexID(uint32_t index_id, bool can_update) { in FindThreadByIndexID() function in ThreadList
712 ThreadSP selected_thread_sp(FindThreadByIndexID(index_id)); in SetSelectedThreadByIndexID()
H A DProcess.cpp5681 thread = GetThreadList().FindThreadByIndexID(thread_idx_id, true).get(); in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp716 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update); in GetThreadByIndexID()