Searched refs:PacketStreamType (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | CommunicationKDP.cpp | 47 const PacketStreamType &request_packet) { in SendRequestPacket() 65 const CommandType command, const PacketStreamType &request_packet, in SendRequestAndGetReply() 70 PacketStreamType log_strm; in SendRequestAndGetReply() 131 const PacketStreamType &request_packet) { in SendRequestPacketNoLock() 138 PacketStreamType log_strm; in SendRequestPacketNoLock() 238 PacketStreamType log_strm; in CheckForPacket() 311 PacketStreamType log_strm; in CheckForPacket() 337 PacketStreamType request_packet(Stream::eBinary, m_addr_byte_size, in SendRequestConnect() 367 PacketStreamType request_packet(Stream::eBinary, m_addr_byte_size, in SendRequestReattach() 401 PacketStreamType request_packet(Stream::eBinary, m_addr_byte_size, in SendRequestVersion() [all …]
|
| H A D | CommunicationKDP.h | 28 typedef lldb_private::StreamBuffer<4096> PacketStreamType; typedef 84 bool SendRequestPacket(const PacketStreamType &request_packet); 174 bool SendRequestPacketNoLock(const PacketStreamType &request_packet); 182 PacketStreamType &request_packet, 221 const PacketStreamType &request_packet,
|