Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h100 lldb::ThreadSP FindThreadByIndexID(uint32_t index_id, bool can_update = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp132 process->GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
169 ThreadSP thread = process->GetThreadList().FindThreadByIndexID( in DoExecute()
605 process->GetThreadList().FindThreadByIndexID(step_thread_idx).get(); in DoExecute()
881 process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute()
1169 .FindThreadByIndexID(m_options.m_thread_idx) in DoExecute()
1380 process->GetThreadList().FindThreadByIndexID(index_id).get(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp207 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.cpp5217 GetThreadList().FindThreadByIndexID(thread_idx_id); in RunThreadPlan()
5588 thread = GetThreadList().FindThreadByIndexID(thread_idx_id, true).get(); in RunThreadPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp844 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update); in GetThreadByIndexID()