Home
last modified time | relevance | path

Searched refs:configure_startup_shell (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/gdbstub/src/target/ext/
Dextended_mode.rs159 fn configure_startup_shell(&mut self) -> Option<ConfigureStartupShellOps<Self>> { in configure_startup_shell() method
/external/rust/crates/gdbstub/examples/armv4t/gdb/
Dextended_mode.rs72 fn configure_startup_shell( in configure_startup_shell() method
/external/rust/crates/gdbstub/src/gdbstub_impl/
Dmod.rs289 if ops.configure_startup_shell().is_some() { in handle_base()
916 if ops.configure_startup_shell().is_some() => in handle_extended_mode()
918 let ops = ops.configure_startup_shell().unwrap(); in handle_extended_mode()