Searched refs:BreakpointAddress (Results 1 – 3 of 3) sorted by relevance
85 (VOID *)(UINTN)DebuggerPrivate->DebuggerBreakpointContext[Index].BreakpointAddress, in EdbClearAllBreakpoint()128 (VOID *)(UINTN)DebuggerPrivate->DebuggerBreakpointContext[Index].BreakpointAddress, in EdbSetAllBreakpoint()139 …if (DebuggerPrivate->DebuggerBreakpointContext[EFI_DEBUGGER_BREAKPOINT_MAX].BreakpointAddress != 0… in EdbSetAllBreakpoint()141 …*)(UINTN)DebuggerPrivate->DebuggerBreakpointContext[EFI_DEBUGGER_BREAKPOINT_MAX].BreakpointAddress, in EdbSetAllBreakpoint()183 if ((DebuggerPrivate->DebuggerBreakpointContext[Index].BreakpointAddress == Address) && in EdbCheckBreakpoint()217 if ((DebuggerPrivate->DebuggerBreakpointContext[Index].BreakpointAddress == Address) && in EdbCheckBreakpoint()
66 if (DebuggerPrivate->DebuggerBreakpointContext[Index].BreakpointAddress == Address) { in DebuggerBreakpointIsDuplicated()122 …e->DebuggerBreakpointContext[DebuggerPrivate->DebuggerBreakpointCount].BreakpointAddress = Address; in DebuggerBreakpointAdd()288 …(L" %2d 0x%016lx", Index, DebuggerPrivate->DebuggerBreakpointContext[Index].BreakpointAddress); in DebuggerBreakpointList()
127 EFI_PHYSICAL_ADDRESS BreakpointAddress; member