Searched refs:DEBUG_AGENT_INFO (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/ |
D | SerialIo.c | 685 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/ |
D | SecPeiDebugAgentLib.c | 99 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/Include/ |
D | TransferProtocol.h | 326 #define DEBUG_AGENT_INFO BIT2 macro
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/ |
D | DebugMp.c | 77 …DebugAgentMsgPrint (DEBUG_AGENT_INFO, "processor[%x]:Try to halt other processors.\n", CurrentProc… in HaltOtherProcessors()
|
D | DebugAgent.c | 732 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() 1917 DebugAgentMsgPrint (DEBUG_AGENT_INFO, "TARGET: Try to get command from HOST...\n"); in CommandCommunication() 1954 …DebugAgentMsgPrint (DEBUG_AGENT_INFO, "Processor[%x]:Received one command(%x)\n", mDebugMpContext.… in CommandCommunication()
|