Home
last modified time | relevance | path

Searched defs:SetCurrentThreadID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h217 void SetCurrentThreadID(lldb::tid_t tid) { m_current_thread_id = tid; } in SetCurrentThreadID() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1866 void GDBRemoteCommunicationServerLLGS::SetCurrentThreadID(lldb::tid_t tid) { in SetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS