Lines Matching refs:SendRequestAndGetReply

99 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()
773 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRawRequest()
1331 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRequestReadRegisters()
1378 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRequestWriteRegisters()
1404 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRequestResume()
1423 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRequestBreakpoint()
1441 if (SendRequestAndGetReply (command, request_packet, reply_packet)) in SendRequestSuspend()