Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DSynchronizer.cs44 public bool WaitForStepCommand() in WaitForStepCommand() method in Antmicro.Renode.Peripherals.CPU.Synchronizer
DBaseCPU.cs502 if(!singleStepSynchronizer.WaitForStepCommand()) in CpuThreadBody()