Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DMachCommand.cs18 public class MachCommand : Command class
129 …public MachCommand(Monitor monitor, Func<IMachine> getCurrentMachine, Action<IMachine> setCurrentM… in MachCommand() method in Antmicro.Renode.UserInterface.Commands.MachCommand
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs241 Commands.Add(new MachCommand(this, () => currentMachine, x => currentMachine = x)); in InitCommands()