pub enum Armv4t {}
Expand description
Implements Arch
for the ARMv4T architecture
Trait Implementations§
Source§impl Arch for Armv4t
impl Arch for Armv4t
Source§type Registers = ArmCoreRegs
type Registers = ArmCoreRegs
The architecture’s register file. See
Registers
for more details.Source§type RegId = ArmCoreRegId
type RegId = ArmCoreRegId
Register identifier enum/struct. Read more
Source§type BreakpointKind = ArmBreakpointKind
type BreakpointKind = ArmBreakpointKind
The architecture’s breakpoint “kind”, used to determine the “size”
of breakpoint to set. See
BreakpointKind
for more details.Source§fn target_description_xml() -> Option<&'static str>
fn target_description_xml() -> Option<&'static str>
(optional) Return the arch’s description XML file (
target.xml
). Read moreSource§fn lldb_register_info(reg_id: usize) -> Option<RegisterInfo<'static>>
fn lldb_register_info(reg_id: usize) -> Option<RegisterInfo<'static>>
(optional) (LLDB extension) Return register info for the specified
register. Read more
Auto Trait Implementations§
impl Freeze for Armv4t
impl RefUnwindSafe for Armv4t
impl Send for Armv4t
impl Sync for Armv4t
impl Unpin for Armv4t
impl UnwindSafe for Armv4t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more