Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.h94 #define DEBUG_AGENT_FLAG_STEPPING BIT3 macro
DDebugAgent.c811 SetDebugFlag (DEBUG_AGENT_FLAG_STEPPING, 1); in CommandStepping()
835 SetDebugFlag (DEBUG_AGENT_FLAG_STEPPING, 0); in CommandSteppingCleanup()
1392 if (GetDebugFlag (DEBUG_AGENT_FLAG_STEPPING) == 1) { in GetBreakCause()
2395 if (IssuedViewPoint == ProcessorIndex && GetDebugFlag (DEBUG_AGENT_FLAG_STEPPING) != 1) { in InterruptProcess()
2675 if (IssuedViewPoint == ProcessorIndex && GetDebugFlag (DEBUG_AGENT_FLAG_STEPPING) != 1) { in InterruptProcess()