Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp31 CommunicationKDP::CommunicationKDP(const char *comm_name) in CommunicationKDP() function in CommunicationKDP
40 CommunicationKDP::~CommunicationKDP() { in ~CommunicationKDP()
46 bool CommunicationKDP::SendRequestPacket( in SendRequestPacket()
52 void CommunicationKDP::MakeRequestPacketHeader(CommandType request_type, in MakeRequestPacketHeader()
64 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply()
130 bool CommunicationKDP::SendRequestPacketNoLock( in SendRequestPacketNoLock()
157 bool CommunicationKDP::GetSequenceMutex( in GetSequenceMutex()
164 bool CommunicationKDP::WaitForNotRunningPrivate( in WaitForNotRunningPrivate()
170 CommunicationKDP::WaitForPacketWithTimeoutMicroSeconds(DataExtractor &packet, in WaitForPacketWithTimeoutMicroSeconds()
176 size_t CommunicationKDP::WaitForPacketWithTimeoutMicroSecondsNoLock( in WaitForPacketWithTimeoutMicroSecondsNoLock()
[all …]
H A DCommunicationKDP.h22 class CommunicationKDP : public lldb_private::Communication {
78 CommunicationKDP(const char *comm_name);
80 ~CommunicationKDP() override;
244 CommunicationKDP(const CommunicationKDP &) = delete;
245 const CommunicationKDP &operator=(const CommunicationKDP &) = delete;
H A DProcessKDP.h134 CommunicationKDP &GetCommunication() { return m_comm; } in GetCommunication()
138 friend class CommunicationKDP; variable
170 CommunicationKDP m_comm;
H A DCMakeLists.txt10 CommunicationKDP.cpp
H A DThreadKDP.cpp143 if (reply_command == CommunicationKDP::KDP_EXCEPTION) { in SetStopInfoFrom_KDP_EXCEPTION()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4333 lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h