Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp67 DataExtractor &reply_packet) { in SendRequestAndGetReply() argument
90 reply_packet, in SendRequestAndGetReply()
93 const uint8_t reply_command = reply_packet.GetU8(&offset); in SendRequestAndGetReply()
94 const uint8_t reply_sequence_id = reply_packet.GetU8(&offset); in SendRequestAndGetReply()
105 reply_packet.Clear(); in SendRequestAndGetReply()
111 reply_packet.Clear(); in SendRequestAndGetReply()
127 reply_packet.Clear(); in SendRequestAndGetReply()
354 DataExtractor reply_packet; in SendRequestConnect() local
355 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect()
378 DataExtractor reply_packet; in SendRequestReattach() local
[all …]
DCommunicationKDP.h222 lldb_private::DataExtractor &reply_packet);