Searched refs:TraceDisableCommand (Results 1 – 1 of 1) sorted by relevance
47 … writer.WriteLine("{0} {1} cpuName \"functionName\"".FormatWith(Name, TraceDisableCommand)); in PrintHelp()57 …public void Run(ICommandInteraction writer, [Values(TraceEnableCommand, TraceDisableCommand)] Lite… in Run()206 private const string TraceDisableCommand = "disable"; field in Antmicro.Renode.Plugins.TracePlugin.TraceCommand