Lines Matching defs:command
65 const CommandType command, const PacketStreamType &request_packet, in SendRequestAndGetReply()
342 const CommandType command = KDP_CONNECT; in SendRequestConnect() local
369 const CommandType command = KDP_REATTACH; in SendRequestReattach() local
403 const CommandType command = KDP_VERSION; in SendRequestVersion() local
489 const CommandType command = KDP_HOSTINFO; in SendRequestHostInfo() local
519 const CommandType command = KDP_KERNELVERSION; in SendRequestKernelVersion() local
535 const CommandType command = KDP_DISCONNECT; in SendRequestDisconnect() local
553 const CommandType command = use_64 ? KDP_READMEM64 : KDP_READMEM; in SendRequestReadMemory() local
592 const CommandType command = use_64 ? KDP_WRITEMEM64 : KDP_WRITEMEM; in SendRequestWriteMemory() local
626 const CommandType command = (CommandType)command_byte; in SendRawRequest() local
646 const char *CommunicationKDP::GetCommandAsCString(uint8_t command) { in GetCommandAsCString()
732 const CommandType command = ExtractCommand(first_packet_byte); in DumpPacket() local
1173 const CommandType command = KDP_READREGS; in SendRequestReadRegisters() local
1216 const CommandType command = KDP_WRITEREGS; in SendRequestWriteRegisters() local
1241 const CommandType command = KDP_RESUMECPUS; in SendRequestResume() local
1255 const CommandType command = in SendRequestBreakpoint() local
1276 const CommandType command = KDP_SUSPEND; in SendRequestSuspend() local