Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp99 CommunicationKDP::SendRequestAndGetReply (const CommandType command, in SendRequestAndGetReply() function in CommunicationKDP
417 return SendRequestAndGetReply (command, request_packet, reply_packet); in SendRequestConnect()
444 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRequestReattach()
479 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRequestVersion()
506 if (SendRequestAndGetReply (command, request_packet, reply_packet))
616 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRequestHostInfo()
651 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRequestKernelVersion()
669 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRequestDisconnect()
693 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRequestReadMemory()
740 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRequestWriteMemory()
[all …]
DCommunicationKDP.h327 SendRequestAndGetReply (const CommandType command,