Home
last modified time | relevance | path

Searched refs:activeCommands (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommandsManager.cs28 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