Searched refs:TraceEnableCommand (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/ |
| D | TraceCommand.cs | 34 … writer.WriteLine("{0} {1} cpuName \"functionName\"".FormatWith(Name, TraceEnableCommand)); in PrintHelp() 37 … writer.WriteLine("{0} {1} cpuName \"functionName\" true".FormatWith(Name, TraceEnableCommand)); in PrintHelp() 40 …puName \"functionName\" [true|false] [number of parameters]".FormatWith(Name, TraceEnableCommand)); in PrintHelp() 43 …ame \"functionName\" [true|false] [list of parameter types]".FormatWith(Name, TraceEnableCommand)); in PrintHelp() 57 …public void Run(ICommandInteraction writer, [Values(TraceEnableCommand, TraceDisableCommand)] Lite… in Run() argument 59 if(enable.Value == TraceEnableCommand) in Run() 72 …public void Run(ICommandInteraction writer, [Values(TraceEnableCommand)] LiteralToken enable, Lite… in Run() 78 …public void Run(ICommandInteraction writer, [Values(TraceEnableCommand)] LiteralToken enable, Lite… in Run() 84 …public void Run(ICommandInteraction writer, [Values(TraceEnableCommand)] LiteralToken enable, Lite… in Run() 205 private const string TraceEnableCommand = "enable"; field in Antmicro.Renode.Plugins.TracePlugin.TraceCommand
|