Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h115 bool SendRequestDisconnect();
H A DProcessKDP.cpp547 const bool success = m_comm.SendRequestDisconnect(); in DoDetach()
H A DCommunicationKDP.cpp532 bool CommunicationKDP::SendRequestDisconnect() { in SendRequestDisconnect() function in CommunicationKDP