Lines Matching refs:SendRequestAndGetReply
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()
1180 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestReadRegisters()
1224 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestWriteRegisters()
1247 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestResume()
1264 if (SendRequestAndGetReply(command, request_packet, reply_packet)) { in SendRequestBreakpoint()
1280 return SendRequestAndGetReply(command, request_packet, reply_packet); in SendRequestSuspend()