Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs489 var singleStep = false; in CpuThreadBody()
494 singleStep = IsSingleStepMode; in CpuThreadBody()
495 if(singleStep) in CpuThreadBody()
512 var cpuResult = CpuThreadBodyInner(singleStep); in CpuThreadBody()
514 if(singleStep) in CpuThreadBody()
585 protected CpuResult CpuThreadBodyInner(bool singleStep) in CpuThreadBodyInner() argument
608 …hisRound = Math.Min(instructionsToExecuteThisRound - executedResiduum, singleStep ? 1 : ulong.MaxV… in CpuThreadBodyInner()