Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DThreadList.h91 lldb::ThreadSP FindThreadByProtocolID(lldb::tid_t tid,
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp430 ThreadSP kernel_thread_sp(m_thread_list.FindThreadByProtocolID(g_kernel_tid)); in DoResume()
520 old_thread_list.FindThreadByProtocolID(g_kernel_tid, false)); in UpdateThreadList()
/external/llvm-project/lldb/source/Target/
DThreadList.cpp120 ThreadSP ThreadList::FindThreadByProtocolID(lldb::tid_t tid, bool can_update) { in FindThreadByProtocolID() function in ThreadList
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1739 thread_sp = m_thread_list_real.FindThreadByProtocolID(tid, false); in SetThreadStopInfo()