Home
last modified time | relevance | path

Searched refs:support_configure_startup_shell (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/stub/core_impl/
Dextended_mode.rs123 if ops.support_configure_startup_shell().is_some() => in handle_extended_mode()
125 let ops = ops.support_configure_startup_shell().unwrap(); in handle_extended_mode()
Dbase.rs154 if ops.support_configure_startup_shell().is_some() { in handle_base()
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/target/ext/
Dextended_mode.rs162 fn support_configure_startup_shell(&mut self) -> Option<ConfigureStartupShellOps<'_, Self>> { in support_configure_startup_shell() method
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/gdb/
Dextended_mode.rs91 fn support_configure_startup_shell( in support_configure_startup_shell() method