| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICpuSupportingGdb.cs | 16 List<GDBFeatureDescriptor> GDBFeatures { get; } property
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/ |
| D | X86.cs | 27 …public override List<GDBFeatureDescriptor> GDBFeatures { get { return new List<GDBFeatureDescripto… property in Antmicro.Renode.Peripherals.CPU.X86
|
| D | X86_64.cs | 25 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.X86_64
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/ |
| D | ReadRegisterCommand.cs | 37 var selectedRegisters = manager.Cpu.GDBFeatures.SelectMany(f => f.Registers) in Execute()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/ |
| D | CommandsManager.cs | 114 unifiedFeatures.AddRange(Cpu.GDBFeatures); in GetCompiledFeatures() 121 foreach(var feature in cpu.GDBFeatures) in GetCompiledFeatures()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/ |
| D | Sparc.cs | 35 …public override List<GDBFeatureDescriptor> GDBFeatures { get { return new List<GDBFeatureDescripto… property in Antmicro.Renode.Peripherals.CPU.Sparc
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Xtensa/ |
| D | Xtensa.cs | 81 public override List<GDBFeatureDescriptor> GDBFeatures => new List<GDBFeatureDescriptor>(); field in Antmicro.Renode.Peripherals.CPU.Xtensa
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/ |
| D | PowerPc64.cs | 78 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.PowerPc64
|
| D | PowerPc.cs | 77 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.PowerPc
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/ |
| D | ARMv8R.cs | 111 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.ARMv8R
|
| D | ARMv8A.cs | 134 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.ARMv8A
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | Arm.cs | 83 …public override List<GDBFeatureDescriptor> GDBFeatures { get { return new List<GDBFeatureDescripto… property in Antmicro.Renode.Peripherals.CPU.Arm
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/ |
| D | CortexM.cs | 108 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.CortexM
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | BaseRiscV.cs | 466 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.BaseRiscV
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/ |
| D | MSP430X.cs | 168 public List<GDBFeatureDescriptor> GDBFeatures => new List<GDBFeatureDescriptor>(); field in Antmicro.Renode.Peripherals.CPU.MSP430X
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU.cs | 84 public abstract List<GDBFeatureDescriptor> GDBFeatures { get; } property in Antmicro.Renode.Peripherals.CPU.TranslationCPU
|