Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs396 SingleStepBlockingChanged?.Invoke();
400 public event Action SingleStepBlockingChanged; event in Antmicro.Renode.Core.Emulation
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs60 … EmulationManager.Instance.CurrentEmulation.SingleStepBlockingChanged += () => UpdateHaltedState(); in BaseCPU()