Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/
DTransferProtocol.h70 #define DEBUG_COMMAND_GO (DEBUG_COMMAND_REQUEST | 0x01) macro
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.c1293 …if (DebugHeader->Command == DEBUG_COMMAND_GO && (DebugHeader->SequenceNo == HostSequenceNo || Comm… in SendCommandAndWaitForAckOK()
1986 case DEBUG_COMMAND_GO: in CommandCommunication()
2574 (IsHostAttached () && (InputCharacter == DEBUG_COMMAND_GO)) in InterruptProcess()
2585 if (InputCharacter == DEBUG_COMMAND_GO) { in InterruptProcess()