Home
last modified time | relevance | path

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

/external/rust/crates/gdbstub/src/
Darch.rs55 type ProgramCounter: Copy; typedef
58 fn pc(&self) -> Self::ProgramCounter; in pc() argument
119 type Registers: Registers<ProgramCounter = Self::Usize>;
/external/rust/crates/gdbstub_arch/src/x86/reg/
Dmod.rs41 type ProgramCounter = u32; typedef
45 fn pc(&self) -> Self::ProgramCounter { in pc() argument
112 type ProgramCounter = u32; typedef
116 fn pc(&self) -> Self::ProgramCounter { in pc() argument
Dcore64.rs32 type ProgramCounter = u64; typedef
34 fn pc(&self) -> Self::ProgramCounter { in pc() argument
Dcore32.rs46 type ProgramCounter = u32; typedef
48 fn pc(&self) -> Self::ProgramCounter { in pc() argument
/external/rust/crates/gdbstub_arch/src/mips/reg/
Dmips.rs95 type ProgramCounter = U; typedef
97 fn pc(&self) -> Self::ProgramCounter { in pc() argument
192 type ProgramCounter = U; typedef
194 fn pc(&self) -> Self::ProgramCounter { in pc() argument
/external/rust/crates/gdbstub_arch/src/msp430/reg/
Dmsp430.rs17 type ProgramCounter = u16; typedef
19 fn pc(&self) -> Self::ProgramCounter { in pc() argument
/external/rust/crates/gdbstub_arch/src/riscv/reg/
Driscv.rs25 type ProgramCounter = U; typedef
27 fn pc(&self) -> Self::ProgramCounter { in pc() argument
/external/rust/crates/gdbstub_arch/src/arm/reg/
Darm_core.rs21 type ProgramCounter = u32; typedef
23 fn pc(&self) -> Self::ProgramCounter { in pc() argument
/external/rust/crates/gdbstub_arch/src/ppc/reg/
Dcommon.rs43 type ProgramCounter = u32; typedef
45 fn pc(&self) -> Self::ProgramCounter { in pc() argument
/external/rust/crates/gdbstub/
DCHANGELOG.md49 …- `arch::Registers`: Added `type ProgramCounter` and associated `fn pc(&self) -> Self::ProgramCoun…