Lines Matching refs:SendRequestAndGetReply
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()
1181 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadRegisters()
1225 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteRegisters()
1248 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestResume()
1265 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestBreakpoint()
1281 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestSuspend()