Searched refs:SendRequestAndGetReply (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | CommunicationKDP.cpp | 64 bool CommunicationKDP::SendRequestAndGetReply( in SendRequestAndGetReply() function in CommunicationKDP 354 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestConnect() 378 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReattach() 407 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestVersion() 493 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestHostInfo() 523 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestKernelVersion() 539 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestDisconnect() 560 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadMemory() 601 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteMemory() 630 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRawRequest() [all …]
|
H A D | CommunicationKDP.h | 218 bool SendRequestAndGetReply(const CommandType command,
|