Home
last modified time | relevance | path

Searched defs:GDBFeatureDescriptor (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/GDB/
DGDBFeatureDescriptor.cs12 public struct GDBFeatureDescriptor struct
14 public GDBFeatureDescriptor(string name) : this() in GDBFeatureDescriptor() method
21 public string Name { get; }
22 public List<GDBRegisterDescriptor> Registers { get; }
23 public List<GDBCustomType> Types { get; }