Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs63 currentEmulation.MachineAdded += EnableProfilerInMachine;
73 CurrentEmulation.MachineAdded -= EnableProfilerInMachine; in EnableProfilerGlobally()
74 CurrentEmulation.MachineAdded += EnableProfilerInMachine; in EnableProfilerGlobally()
DEmulation.cs678 var ma = MachineAdded; in OnMachineAdded()
700 public event Action<IMachine> MachineAdded; event in Antmicro.Renode.Core.Emulation
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs99 emulationManager.CurrentEmulation.MachineAdded += RegisterResetCommand; in Monitor()
115 emulationManager.CurrentEmulation.MachineAdded += RegisterResetCommand; in Monitor()