Home
last modified time | relevance | path

Searched refs:DEBUG_AGENT_INFO (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
DSerialIo.c685 DebugAgentMsgPrint (DEBUG_AGENT_INFO, "Terminal Timer attach symbol received %x", *Data8); in SerialRead()
690 …DebugAgentMsgPrint (DEBUG_AGENT_INFO, "Terminal Timer break symbol received %x", DebugHeader.Comma… in SerialRead()
757 DebugAgentMsgPrint (DEBUG_AGENT_INFO, "Debug Timer attach symbol received %x", *Data8); in DebugReadBreakFromDebugPort()
764 …DebugAgentMsgPrint (DEBUG_AGENT_INFO, "Debug Timer break symbol received %x", DebugHeader.Command); in DebugReadBreakFromDebugPort()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
DSecPeiDebugAgentLib.c99 DebugAgentMsgPrint (DEBUG_AGENT_INFO, "Debug Timer attach symbol received %x", *BreakSymbol); in DebugReadBreakSymbol()
106 DebugAgentMsgPrint (DEBUG_AGENT_INFO, "Debug Timer break symbol received %x", *BreakSymbol); in DebugReadBreakSymbol()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugMp.c77 …DebugAgentMsgPrint (DEBUG_AGENT_INFO, "processor[%x]:Try to halt other processors.\n", CurrentProc… in HaltOtherProcessors()
DDebugAgent.c732 DebugAgentMsgPrint (DEBUG_AGENT_INFO, "Attach status is %d\n", Attached); in SetHostAttached()
1069 DebugAgentMsgPrint (DEBUG_AGENT_INFO, "SendAckPacket: SequenceNo = %x\n", SequenceNo); in SendAckPacket()
1796 …DebugAgentMsgPrint (DEBUG_AGENT_INFO, "processor[%x]:Send Break Packet to HOST.\n", ProcessorIndex… in SendBreakPacketToHost()
1799 DebugAgentMsgPrint (DEBUG_AGENT_INFO, "processor[%x]:Try to attach HOST.\n", ProcessorIndex); in SendBreakPacketToHost()
1920 DebugAgentMsgPrint (DEBUG_AGENT_INFO, "TARGET: Try to get command from HOST...\n"); in CommandCommunication()
1957 …DebugAgentMsgPrint (DEBUG_AGENT_INFO, "Processor[%x]:Received one command(%x)\n", mDebugMpContext.… in CommandCommunication()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/
DTransferProtocol.h326 #define DEBUG_AGENT_INFO BIT2 macro