Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs195 if(value == true && !(DebuggerConnected && IsSingleStepMode))
319 singleStepSynchronizer.Enabled = IsSingleStepMode;
430 singleStepSynchronizer.Enabled = IsSingleStepMode; in OnResume()
494 singleStep = IsSingleStepMode; in CpuThreadBody()
836 …var shouldBeHalted = isHaltedRequested || (IsSingleStepMode && !IsSingleStepBlocking && !ignoreExe… in UpdateHaltedState()
865 protected bool InDebugMode => DebuggerConnected && ShouldEnterDebugMode && IsSingleStepMode;
866 protected bool IsSingleStepMode => executionMode == ExecutionMode.SingleStep; field in Antmicro.Renode.Peripherals.CPU.BaseCPU
DTranslationCPU.cs356 … TlibExecutionResult.WaitingForInterrupt || !(DisableInterruptsWhileStepping && IsSingleStepMode))) in OnGPIO()
1870 …nt((blockBeginInternalHook != null || blockBeginUserHook != null || IsSingleStepMode || isAnyInact… in UpdateBlockBeginHookPresent()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Xtensa/
DXtensa.cs75 TlibSetSingleStep(IsSingleStepMode ? 1u : 0u);