Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp65 process->GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
101 ThreadSP thread = process->GetThreadList().FindThreadByIndexID( in DoExecute()
184 ThreadSP thread = process.GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
H A DCommandObjectThread.cpp400 process->GetThreadList().FindThreadByIndexID(step_thread_idx).get(); in DoExecute()
664 process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute()
925 .FindThreadByIndexID(m_options.m_thread_idx) in DoExecute()
1140 process->GetThreadList().FindThreadByIndexID(index_id).get(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h99 lldb::ThreadSP FindThreadByIndexID(uint32_t index_id, bool can_update = true);
/freebsd-13.1/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
677 ThreadSP selected_thread_sp(FindThreadByIndexID(index_id)); in SetSelectedThreadByIndexID()
H A DProcess.cpp5383 thread = GetThreadList().FindThreadByIndexID(thread_idx_id, true).get(); in RunThreadPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp736 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update); in GetThreadByIndexID()