Home
last modified time | relevance | path

Searched refs:PacketStreamType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp47 const PacketStreamType &request_packet) { in SendRequestPacket()
53 PacketStreamType &request_packet, in MakeRequestPacketHeader()
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()
258 PacketStreamType request_ack_packet(Stream::eBinary, m_addr_byte_size, in CheckForPacket()
311 PacketStreamType log_strm; in CheckForPacket()
337 PacketStreamType request_packe in SendRequestConnect()
[all...]
H A DCommunicationKDP.h26 typedef lldb_private::StreamBuffer<4096> PacketStreamType; typedef
82 bool SendRequestPacket(const PacketStreamType &request_packet);
172 bool SendRequestPacketNoLock(const PacketStreamType &request_packet);
180 PacketStreamType &request_packet,
219 const PacketStreamType &request_packet,