Home
last modified time | relevance | path

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

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