Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h113 bool SendRequestReattach(uint16_t reply_port);
H A DProcessKDP.cpp241 if (m_comm.SendRequestReattach(reply_port)) { in DoConnectRemote()
H A DCommunicationKDP.cpp366 bool CommunicationKDP::SendRequestReattach(uint16_t reply_port) { in SendRequestReattach() function in CommunicationKDP