Home
last modified time | relevance | path

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

/external/rust/crates/gdbstub/examples/armv4t/gdb/
Dmod.rs169 regs: &mut custom_arch::ArmCoreRegsCustom, in read_registers()
420 pub struct ArmCoreRegsCustom { struct
421 pub core: ArmCoreRegs,
422 pub custom: u32,
425 impl Registers for ArmCoreRegsCustom { implementation