Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp71 CommunicationKDP::SendRequestPacket (const PacketStreamType &request_packet) in SendRequestPacket()
88 PacketStreamType &request_packet, in MakeRequestPacketHeader()
100 const PacketStreamType &request_packet, in SendRequestAndGetReply()
108 PacketStreamType log_strm; in SendRequestAndGetReply()
178 CommunicationKDP::SendRequestPacketNoLock (const PacketStreamType &request_packet) in SendRequestPacketNoLock()
188 PacketStreamType log_strm; in SendRequestPacketNoLock()
295 PacketStreamType log_strm; in CheckForPacket()
318PacketStreamType request_ack_packet (Stream::eBinary, m_addr_byte_size, m_byte_order); in CheckForPacket()
372 PacketStreamType log_strm; in CheckForPacket()
402 PacketStreamType request_packet (Stream::eBinary, m_addr_byte_size, m_byte_order); in SendRequestConnect()
[all …]
DCommunicationKDP.h38 typedef lldb_private::StreamBuffer<1024> PacketStreamType; typedef
104 SendRequestPacket (const PacketStreamType &request_packet);
254 SendRequestPacketNoLock (const PacketStreamType &request_packet);
265 PacketStreamType &request_packet,
328 const PacketStreamType &request_packet,