Searched refs:DebuggerBreakpointContext (Results 1 – 3 of 3) sorted by relevance
83 if (DebuggerPrivate->DebuggerBreakpointContext[Index].State) { in EdbClearAllBreakpoint()85 (VOID *)(UINTN)DebuggerPrivate->DebuggerBreakpointContext[Index].BreakpointAddress, in EdbClearAllBreakpoint()86 &DebuggerPrivate->DebuggerBreakpointContext[Index].OldInstruction, in EdbClearAllBreakpoint()97 …ZeroMem (DebuggerPrivate->DebuggerBreakpointContext, sizeof(DebuggerPrivate->DebuggerBreakpointCon… in EdbClearAllBreakpoint()126 if (DebuggerPrivate->DebuggerBreakpointContext[Index].State) { in EdbSetAllBreakpoint()128 (VOID *)(UINTN)DebuggerPrivate->DebuggerBreakpointContext[Index].BreakpointAddress, in EdbSetAllBreakpoint()139 …if (DebuggerPrivate->DebuggerBreakpointContext[EFI_DEBUGGER_BREAKPOINT_MAX].BreakpointAddress != 0… in EdbSetAllBreakpoint()141 …(VOID *)(UINTN)DebuggerPrivate->DebuggerBreakpointContext[EFI_DEBUGGER_BREAKPOINT_MAX].BreakpointA… in EdbSetAllBreakpoint()142 &DebuggerPrivate->DebuggerBreakpointContext[EFI_DEBUGGER_BREAKPOINT_MAX].OldInstruction, in EdbSetAllBreakpoint()183 if ((DebuggerPrivate->DebuggerBreakpointContext[Index].BreakpointAddress == Address) && in EdbCheckBreakpoint()[all …]
66 if (DebuggerPrivate->DebuggerBreakpointContext[Index].BreakpointAddress == Address) { in DebuggerBreakpointIsDuplicated()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()167 …DebuggerPrivate->DebuggerBreakpointContext[BpIndex] = DebuggerPrivate->DebuggerBreakpointContext[B… in DebuggerBreakpointDel()170 &DebuggerPrivate->DebuggerBreakpointContext[BpIndex], in DebuggerBreakpointDel()171 sizeof(DebuggerPrivate->DebuggerBreakpointContext[BpIndex]) in DebuggerBreakpointDel()207 DebuggerPrivate->DebuggerBreakpointContext[Index].State = FALSE; in DebuggerBreakpointDis()237 DebuggerPrivate->DebuggerBreakpointContext[Index].State = TRUE; in DebuggerBreakpointEn()[all …]
232 …EFI_DEBUGGER_BREAKPOINT_CONTEXT DebuggerBreakpointContext[EFI_DEBUGGER_BREAKPOINT_MAX … member