Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICpuSupportingGdb.cs16 List<GDBFeatureDescriptor> GDBFeatures { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/
DX86.cs27 …public override List<GDBFeatureDescriptor> GDBFeatures { get { return new List<GDBFeatureDescripto… property in Antmicro.Renode.Peripherals.CPU.X86
DX86_64.cs25 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.X86_64
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/
DSparc.cs35 …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/
DXtensa.cs81 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/
DPowerPc64.cs78 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.PowerPc64
DPowerPc.cs77 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.PowerPc
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8R.cs111 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.ARMv8R
DARMv8A.cs134 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.ARMv8A
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArm.cs83 …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/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs168 public List<GDBFeatureDescriptor> GDBFeatures => new List<GDBFeatureDescriptor>(); field in Antmicro.Renode.Peripherals.CPU.MSP430X
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs108 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.CortexM
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs466 public override List<GDBFeatureDescriptor> GDBFeatures property in Antmicro.Renode.Peripherals.CPU.BaseRiscV
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs84 public abstract List<GDBFeatureDescriptor> GDBFeatures { get; } property in Antmicro.Renode.Peripherals.CPU.TranslationCPU