Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp78 process->GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
114 ThreadSP thread = process->GetThreadList().FindThreadByIndexID( in DoExecute()
197 ThreadSP thread = process.GetThreadList().FindThreadByIndexID(thread_idx); in DoExecute()
H A DCommandObjectThread.cpp436 process->GetThreadList().FindThreadByIndexID(step_thread_idx).get(); in DoExecute()
700 process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute()
952 .FindThreadByIndexID(m_options.m_thread_idx) in DoExecute()
1189 process->GetThreadList().FindThreadByIndexID(index_id).get(); in DoExecute()
2108 exe_ctx.GetProcessRef().GetThreadList().FindThreadByIndexID(thread_idx); in GetSingleThreadFromArgs()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp71 .FindThreadByIndexID(*m_options.m_thread_index) in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadList.h99 lldb::ThreadSP FindThreadByIndexID(uint32_t index_id, bool can_update = true);
/openbsd-src/gnu/llvm/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.cpp5430 thread = GetThreadList().FindThreadByIndexID(thread_idx_id, true).get(); in RunThreadPlan()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp706 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update); in GetThreadByIndexID()