Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadList.h91 lldb::ThreadSP FindThreadByProtocolID(lldb::tid_t tid,
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp415 ThreadSP kernel_thread_sp(m_thread_list.FindThreadByProtocolID(g_kernel_tid)); in DoResume()
505 old_thread_list.FindThreadByProtocolID(g_kernel_tid, false)); in DoUpdateThreadList()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp121 ThreadSP ThreadList::FindThreadByProtocolID(lldb::tid_t tid, bool can_update) { in FindThreadByProtocolID() function in ThreadList
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1664 thread_sp = m_thread_list_real.FindThreadByProtocolID(tid, false); in SetThreadStopInfo()