| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICpuSupportingGdb.cs | 15 string GDBArchitecture { get; } property
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/ |
| D | X86.cs | 23 public override string GDBArchitecture { get { return Architecture; } } property in Antmicro.Renode.Peripherals.CPU.X86
|
| D | X86_64.cs | 23 public override string GDBArchitecture { get { return "i386:x86-64"; } } property in Antmicro.Renode.Peripherals.CPU.X86_64
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | RiscV32.cs | 37 public override string GDBArchitecture { get { return "riscv:rv32"; } } property in Antmicro.Renode.Peripherals.CPU.RiscV32
|
| D | RiscV64.cs | 37 public override string GDBArchitecture { get { return "riscv:rv64"; } } property in Antmicro.Renode.Peripherals.CPU.RiscV64
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/ |
| D | Sparc.cs | 33 public override string GDBArchitecture { get { return Architecture; } } property in Antmicro.Renode.Peripherals.CPU.Sparc
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Xtensa/ |
| D | Xtensa.cs | 79 public override string GDBArchitecture { get { return "xtensa"; } } property in Antmicro.Renode.Peripherals.CPU.Xtensa
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/ |
| D | PowerPc64.cs | 76 public override string GDBArchitecture { get { return "powerpc:common64"; } } property in Antmicro.Renode.Peripherals.CPU.PowerPc64
|
| D | PowerPc.cs | 75 public override string GDBArchitecture { get { return "powerpc:common"; } } property in Antmicro.Renode.Peripherals.CPU.PowerPc
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/ |
| D | ARMv8R.cs | 109 public override string GDBArchitecture { get { return "arm"; } } property in Antmicro.Renode.Peripherals.CPU.ARMv8R
|
| D | ARMv8A.cs | 132 public override string GDBArchitecture { get { return "aarch64"; } } property in Antmicro.Renode.Peripherals.CPU.ARMv8A
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | Arm.cs | 81 public override string GDBArchitecture { get { return "arm"; } } property in Antmicro.Renode.Peripherals.CPU.Arm
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/ |
| D | MSP430X.cs | 167 public string GDBArchitecture => "MSP430X"; field in Antmicro.Renode.Peripherals.CPU.MSP430X
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU.cs | 82 public abstract string GDBArchitecture { get; } property in Antmicro.Renode.Peripherals.CPU.TranslationCPU
|