Searched refs:availableCommands (Results 1 – 1 of 1) sorted by relevance
26 availableCommands = new HashSet<CommandDescriptor>(); in CommandsManager()94 … var commandDescriptor = availableCommands.FirstOrDefault(x => mnemonic == x.Mnemonic); in TryGetCommand()279 availableCommands.Add(new CommandDescriptor(interestingMethod)); in AddCommandsFromType()285 private readonly HashSet<CommandDescriptor> availableCommands; field in Antmicro.Renode.Utilities.GDB.CommandsManager