Home
last modified time | relevance | path

Searched refs:CommunicationKDP (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp32 CommunicationKDP::CommunicationKDP(const char *comm_name) in CommunicationKDP() function in CommunicationKDP
41 CommunicationKDP::~CommunicationKDP() { in ~CommunicationKDP()
47 bool CommunicationKDP::SendRequestPacket( in SendRequestPacket()
53 void CommunicationKDP::MakeRequestPacketHeader(CommandType request_type, in MakeRequestPacketHeader()
65 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply()
131 bool CommunicationKDP::SendRequestPacketNoLock( in SendRequestPacketNoLock()
158 bool CommunicationKDP::GetSequenceMutex( in GetSequenceMutex()
165 bool CommunicationKDP::WaitForNotRunningPrivate( in WaitForNotRunningPrivate()
171 CommunicationKDP::WaitForPacketWithTimeoutMicroSeconds(DataExtractor &packet, in WaitForPacketWithTimeoutMicroSeconds()
177 size_t CommunicationKDP::WaitForPacketWithTimeoutMicroSecondsNoLock( in WaitForPacketWithTimeoutMicroSecondsNoLock()
[all …]
DCommunicationKDP.h22 class CommunicationKDP : public lldb_private::Communication {
80 CommunicationKDP(const char *comm_name);
82 virtual ~CommunicationKDP();
244 CommunicationKDP(const CommunicationKDP &) = delete;
245 const CommunicationKDP &operator=(const CommunicationKDP &) = delete;
DProcessKDP.h136 CommunicationKDP &GetCommunication() { return m_comm; } in GetCommunication()
140 friend class CommunicationKDP; variable
172 CommunicationKDP m_comm;
DCMakeLists.txt10 CommunicationKDP.cpp
DThreadKDP.cpp143 if (reply_command == CommunicationKDP::KDP_EXCEPTION) { in SetStopInfoFrom_KDP_EXCEPTION()