Searched refs:activeCommands (Results 1 – 1 of 1) sorted by relevance
28 activeCommands = new HashSet<Command>(); in CommandsManager()248 var result = activeCommands.SingleOrDefault(x => x.GetType() == t); in GetOrCreateCommand()252 activeCommands.Add(result); in GetOrCreateCommand()287 private readonly HashSet<Command> activeCommands; field in Antmicro.Renode.Utilities.GDB.CommandsManager