Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.c1729 IN UINT8 BreakCause, in AttachHost() argument
1745 if (BreakCause == DEBUG_DATA_BREAK_CAUSE_SYSTEM_RESET) { in AttachHost()
1785 IN UINT8 BreakCause, in SendBreakPacketToHost() argument
1814 while (AttachHost (BreakCause, 0, NULL) != RETURN_SUCCESS); in SendBreakPacketToHost()
1854 DEBUG_DATA_RESPONSE_BREAK_CAUSE BreakCause; in CommandCommunication() local
2076 BreakCause.StopAddress = CpuContext->Eip; in CommandCommunication()
2078 BreakCause.Cause = GetBreakCause (DEBUG_TIMER_VECTOR, CpuContext); in CommandCommunication()
2080 BreakCause.Cause = GetBreakCause (Vector, CpuContext); in CommandCommunication()
2082 …SendDataResponsePacket ((UINT8 *) &BreakCause, (UINT16) sizeof (DEBUG_DATA_RESPONSE_BREAK_CAUSE), … in CommandCommunication()
2359 UINT8 BreakCause; in InterruptProcess() local
[all …]