Home
last modified time | relevance | path

Searched refs:InDebugMode (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs652 if(!InDebugMode && !neverWaitForInterrupt) in CpuThreadBodyInner()
865 protected bool InDebugMode => DebuggerConnected && ShouldEnterDebugMode && IsSingleStepMode; field in Antmicro.Renode.Peripherals.CPU.BaseCPU
DTranslationCPU.cs1865 return InDebugMode ? 1u : 0u; in IsInDebugMode()
2340 if(InDebugMode || neverWaitForInterrupt) in ExecutionFinished()