Searched refs:commandsCache (Results 1 – 1 of 1) sorted by relevance
33 commandsCache = new Dictionary<string, Command>(); in CommandsManager()92 if(!commandsCache.TryGetValue(mnemonic, out command)) in TryGetCommand()96 commandsCache[mnemonic] = command; in TryGetCommand()291 private readonly Dictionary<string,Command> commandsCache; field in Antmicro.Renode.Utilities.GDB.CommandsManager