Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/GDB/
DGDBCustomType.cs34 return new GDBCustomType("union", attributes, CreateFields(fields)); in Union()
41 return new GDBCustomType("struct", attributes, CreateFields(fields)); in Struct()
49 return new GDBCustomType("struct", attributes, CreateFields(fields)); in Struct()
57 return new GDBCustomType("flags", attributes, CreateFields(fields)); in Flags()
65 return new GDBCustomType("enum", attributes, CreateFields(values)); in Enum()
68 …private static IEnumerable<IReadOnlyDictionary<string, string>> CreateFields(IEnumerable<GDBTypeFi… in CreateFields() method
81 …private static IEnumerable<IReadOnlyDictionary<string, string>> CreateFields(IEnumerable<GDBTypeBi… in CreateFields() method
96 …private static IEnumerable<IReadOnlyDictionary<string, string>> CreateFields(IEnumerable<GDBTypeEn… in CreateFields() method