Searched refs:SendRequestAndGetReply (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 65 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply() function in CommunicationKDP 355 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect() 379 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReattach() 408 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestVersion() 494 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestHostInfo() 524 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestKernelVersion() 540 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestDisconnect() 561 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadMemory() 602 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteMemory() 631 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRawRequest() [all …]
|
D | CommunicationKDP.h | 220 bool SendRequestAndGetReply(const CommandType command,
|