Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3095 ThreadList &cur_threadlist = m_process_sp->GetThreadList(); in RunStopHooks() local
3096 size_t num_threads = cur_threadlist.GetSize(); in RunStopHooks()
3098 lldb::ThreadSP cur_thread_sp = cur_threadlist.GetThreadAtIndex(i); in RunStopHooks()
3114 lldb::ThreadSP thread_to_use_sp = cur_threadlist.GetThreadAtIndex(0); in RunStopHooks()