Home | History | Annotate | Download | only in DebugAgentCommon

Lines Matching refs:Received

595   @param[in] IsSend      Flag of debug message to declare that the data is being sent or being received.

624 DestBuffer += AsciiSPrint (DestBuffer, DEBUG_DATA_MAXIMUM_REAL_DATA, "Received data [ ");
672 // Has received start symbol, try to read the rest part
1123 @param[out] BreakReceived TRUE means break-in symbol received.
1124 FALSE means break-in symbol not received.
1126 TRUE: Compatible packet received.
1127 FALSE: Incompatible packet received.
1147 UINTN Received;
1164 Received = DebugAgentReadBuffer (Handle, &DebugHeader->StartSymbol, sizeof (DebugHeader->StartSymbol), TimeoutForStartSymbol);
1165 if (Received < sizeof (DebugHeader->StartSymbol)) {
1171 DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "Invalid start symbol received [%02x]\n", DebugHeader->StartSymbol);
1178 Received = DebugAgentReadBuffer (
1184 if (Received == 0) {
1204 Received = DebugAgentReadBuffer (Handle, &DebugHeader->SequenceNo, (UINT8) (DebugHeader->Length - OFFSET_OF (DEBUG_PACKET_HEADER, SequenceNo)), Timeout);
1205 if (Received == 0) {
1217 DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "CRC Error (received CRC is %x)\n", Crc);
1240 TRUE is retured if break-in symbol received.
1241 FALSE is retured if break-in symbol not received.
1243 TRUE: Compatible packet received.
1244 FALSE: Incompatible packet received.
1288 // Received Ack OK
1295 // Received Old GO
1684 DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "TARGET: Received one old or new command(SequenceNo is %x, last SequenceNo is %x)\n", SequenceNo, DebugHeader->SequenceNo);
1716 If no acknowlege received in specified Timeout, return RETURN_TIMEOUT.
1717 If received acknowlege, check the revision of HOST.
1724 TRUE is retured if break-in symbol received.
1725 FALSE is retured if break-in symbol not received.
1752 // If the incompatible Debug Packet received, the HOST should be running transfer protocol before DEBUG_AGENT_REVISION.
1779 TRUE is retured if break-in symbol received.
1780 FALSE is retured if break-in symbol not received.
1822 It received the command packet from HOST, and sent response data packet to HOST.
1826 @param[in] BreakReceived TRUE means break-in symbol received.
1827 FALSE means break-in symbol not received.
1957 DebugAgentMsgPrint (DEBUG_AGENT_INFO, "Processor[%x]:Received one command(%x)\n", mDebugMpContext.ViewPointIndex, DebugHeader->Command);
1999 // If no HALT command received when being in-active mode
2576 DebugAgentMsgPrint (DEBUG_AGENT_VERBOSE, "Received data [%02x]\n", InputCharacter);
2591 // Try to attach HOST, if no ack received after 200ms, return