Home
last modified time | relevance | path

Searched defs:monitor (Results 1 – 25 of 42) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/
DTracePlugin.cs16 public TracePlugin(Monitor monitor) in TracePlugin()
29 private readonly Monitor monitor; field in Antmicro.Renode.Plugins.TracePlugin.TracePlugin
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/SampleCommandPlugin/
DSampleCommandPlugin.cs18 public SampleCommandPlugin(Monitor monitor) in SampleCommandPlugin()
31 private readonly Monitor monitor; field in Antmicro.Renode.Plugins.SampleCommandPlugin.SampleCommandPlugin
DHelloCommand.cs32 public HelloCommand(Monitor monitor) : base(monitor, "hello", "Greets a user.") in HelloCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/MonitorTests/
DFeaturesTests.cs47 private Monitor monitor; field in Antmicro.Renode.MonitorTests.FeaturesTests
52 …public TestCommand(Monitor monitor):base(monitor, "featuresTests.TestCommand", "is just a test com… in TestCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCommand.cs20 …protected AutoLoadCommand(Monitor monitor, string name, string description, params string[] altern… in AutoLoadCommand()
27 protected readonly Monitor monitor; field in Antmicro.Renode.UserInterface.Commands.Command
29 …protected Command(Monitor monitor, string name, string description, params string[] alternativeNam… in Command()
DPauseCommand.cs22 public PauseCommand(Monitor monitor) : base(monitor, "pause", "pauses the emulation.", "p") in PauseCommand()
DRequireVariableCommand.cs20 …public RequireVariableCommand(Monitor monitor) : base(monitor, "require", "verifies the existence … in RequireVariableCommand()
DTimeCommand.cs24 …public TimeCommand(Monitor monitor) : base(monitor, "currentTime", "prints out and logs the curren… in TimeCommand()
DVersionCommand.cs21 … public VersionCommand(Monitor monitor) : base(monitor, "version", "shows version information.") in VersionCommand()
DStringCommand.cs28 …public StringCommand(Monitor monitor) : base(monitor, "string", "treat given arguments as a single… in StringCommand()
DAllowPrivatesCommand.cs42 …public AllowPrivatesCommand(Monitor monitor):base(monitor, "allowPrivates","allow private fields a… in AllowPrivatesCommand()
DQuitCommand.cs31 …public QuitCommand(Monitor monitor, Action<Machine> setCurrentMachine, Func<Action> quitted) : bas… in QuitCommand()
DWatchCommand.cs55 …public WatchCommand(Monitor monitor) : base(monitor, "watch", "executes a command periodically, sh… in WatchCommand()
DNumbersModeCommand.cs39 …public NumbersModeCommand(Monitor monitor):base(monitor, "numbersMode", "sets the way numbers are … in NumbersModeCommand()
DUsingCommand.cs54 …public UsingCommand(Monitor monitor, Func<List<string>> getUsings) : base(monitor, "using", "expos… in UsingCommand()
DHelpCommand.cs47 …public HelpCommand(Monitor monitor, Func<IEnumerable<ICommandDescription>> getCommands) : base(mon… in HelpCommand()
DVerboseCommand.cs29 …public VerboseCommand(Monitor monitor, Action<bool> setVerbosity) : base(monitor, "verboseMode", "… in VerboseCommand()
DStartCommand.cs45 …public StartCommand(Monitor monitor, IncludeFileCommand includeCommand) : base(monitor, "start", … in StartCommand()
DAnalyzersCommand.cs85 …public AnalyzersCommand(Monitor monitor) : base(monitor, "analyzers", "shows available analyzers f… in AnalyzersCommand()
DLoggerFileCommand.cs51 …public LoggerFileCommand(Monitor monitor) : base(monitor, "logFile", "sets the output file for log… in LoggerFileCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DProgressMonitor.cs104 …public MonitoredAction(ProgressMonitor monitor, string description, bool cancelable, bool progress… in MonitoredAction()
145 private ProgressMonitor monitor; field in Antmicro.Renode.Utilities.ProgressMonitor.MonitoredAction
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPythonEngine.cs33 public MonitorPythonEngine(Monitor monitor) in MonitorPythonEngine()
190 private readonly Monitor monitor; field in Antmicro.Renode.UserInterface.MonitorPythonEngine
DShellProvider.cs21 public static Shell GenerateShell(Monitor monitor, bool forceVCursor = false) in GenerateShell()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCommandLineInterface.cs155 private static Shell PrepareShell(Options options, Monitor monitor) in PrepareShell()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/MonitorTests/CommandTests/
DActionArguments.cs104 private Monitor monitor; field in Antmicro.Renode.MonitorTests.CommandTests.ActionArguments

12