Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbCmdBreakpoint.c65 for (Index = 0; Index < DebuggerPrivate->DebuggerBreakpointCount; Index++) { in DebuggerBreakpointIsDuplicated()
114 if (DebuggerPrivate->DebuggerBreakpointCount >= EFI_DEBUGGER_BREAKPOINT_MAX) { in DebuggerBreakpointAdd()
122 …DebuggerPrivate->DebuggerBreakpointContext[DebuggerPrivate->DebuggerBreakpointCount].BreakpointAdd… in DebuggerBreakpointAdd()
123 DebuggerPrivate->DebuggerBreakpointContext[DebuggerPrivate->DebuggerBreakpointCount].State = TRUE; in DebuggerBreakpointAdd()
124 …DebuggerPrivate->DebuggerBreakpointContext[DebuggerPrivate->DebuggerBreakpointCount].OldInstructio… in DebuggerBreakpointAdd()
126 …&DebuggerPrivate->DebuggerBreakpointContext[DebuggerPrivate->DebuggerBreakpointCount].OldInstructi… in DebuggerBreakpointAdd()
131 DebuggerPrivate->DebuggerBreakpointCount ++; in DebuggerBreakpointAdd()
159 (Index >= DebuggerPrivate->DebuggerBreakpointCount)) { in DebuggerBreakpointDel()
166 for (BpIndex = Index; BpIndex < DebuggerPrivate->DebuggerBreakpointCount - 1; BpIndex++) { in DebuggerBreakpointDel()
174 DebuggerPrivate->DebuggerBreakpointCount --; in DebuggerBreakpointDel()
[all …]
DEdb.c82 …for (Index = 0; (Index < DebuggerPrivate->DebuggerBreakpointCount) && (Index < EFI_DEBUGGER_BREAKP… in EdbClearAllBreakpoint()
96 DebuggerPrivate->DebuggerBreakpointCount = 0; in EdbClearAllBreakpoint()
125 …for (Index = 0; (Index < DebuggerPrivate->DebuggerBreakpointCount) && (Index < EFI_DEBUGGER_BREAKP… in EdbSetAllBreakpoint()
182 …for (Index = 0; (Index < DebuggerPrivate->DebuggerBreakpointCount) && (Index < EFI_DEBUGGER_BREAKP… in EdbCheckBreakpoint()
216 …for (Index = 0; (Index < DebuggerPrivate->DebuggerBreakpointCount) && (Index < EFI_DEBUGGER_BREAKP… in EdbCheckBreakpoint()
327 DebuggerPrivate->DebuggerBreakpointCount = 0; in InitDebuggerPrivateData()
DEdbCommon.h231 UINTN DebuggerBreakpointCount; member