Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbHook.c269 mDebuggerPrivate.StepContext.BreakAddress = Entry; in EbcDebuggerPushStepEntry()
270 mDebuggerPrivate.StepContext.FramePointer = FramePtr; in EbcDebuggerPushStepEntry()
278 mDebuggerPrivate.StepContext.BreakAddress = Entry; in EbcDebuggerPushStepEntry()
279 mDebuggerPrivate.StepContext.FramePointer = FramePtr; in EbcDebuggerPushStepEntry()
564 if ((mDebuggerPrivate.StepContext.BreakAddress == (UINT64)(UINTN)VmPtr->Ip) && in EbcDebuggerHookExecuteStart()
565 (mDebuggerPrivate.StepContext.FramePointer == (UINT64)(UINTN)VmPtr->FramePtr)) { in EbcDebuggerHookExecuteStart()
567 mDebuggerPrivate.StepContext.BreakAddress = 0; in EbcDebuggerHookExecuteStart()
568 mDebuggerPrivate.StepContext.FramePointer = 0; in EbcDebuggerHookExecuteStart()
579 if (mDebuggerPrivate.StepContext.BreakAddress == (UINT64)(UINTN)VmPtr->FramePtr) { in EbcDebuggerHookExecuteStart()
581 mDebuggerPrivate.StepContext.BreakAddress = 0; in EbcDebuggerHookExecuteStart()
[all …]
DEdb.c407 ZeroMem (&mDebuggerPrivate.StepContext, sizeof(mDebuggerPrivate.StepContext)); in DeinitDebuggerPrivateData()
DEdbCommon.h237 EFI_DEBUGGER_STEP_CONTEXT StepContext; member