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.rs158 regs: &mut custom_arch::ArmCoreRegsCustom, in read_registers()
394 pub struct ArmCoreRegsCustom { struct
395 pub core: ArmCoreRegs,
396 pub custom: u32,
399 impl Registers for ArmCoreRegsCustom { implementation