Lines Matching refs:Add
79 typesWithCommands.Add(t.AssemblyQualifiedName); in Register()
125 features.Add(feature.Name, new List<GDBFeatureDescriptor>()); in GetCompiledFeatures()
127 features[feature.Name].Add(feature); in GetCompiledFeatures()
133 unifiedFeatures.Add(UnifyFeature(featureVariations)); in GetCompiledFeatures()
153 unifiedRegisters.Add(registerNumber, registers); in GetCompiledRegisters()
179 registers.Add(register.Name, Tuple.Create(register, feature.Types)); in UnifyFeature()
189 unifiedFeature.Registers.Add(pair.Item1); in UnifyFeature()
194 unifiedFeature.Types.Add(type.Item1); in UnifyFeature()
225 types.Add(id, Tuple.Create(type, width)); in AddFeatureTypes()
242 ManagedCpus.Add(cpu); in TryAddManagedCPU()
252 activeCommands.Add(result); in GetOrCreateCommand()
279 availableCommands.Add(new CommandDescriptor(interestingMethod)); in AddCommandsFromType()
280 mnemonicList.Add(interestingMethod.GetCustomAttribute<ExecuteAttribute>().Mnemonic); in AddCommandsFromType()
299 public uint Add(ICpuSupportingGdb cpu) in Add() method in Antmicro.Renode.Utilities.GDB.CommandsManager.ManagedCpusDictionary
303 cpusToIds.Add(cpu, ctr); in Add()
304 idsToCpus.Add(ctr, cpu); in Add()