Home
last modified time | relevance | path

Searched refs:lldb_register_info (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/gdbstub/src/stub/core_impl/
Dlldb_register_info.rs119 ops.lldb_register_info( in handle_lldb_register_info()
128 } else if let Some(reg) = T::Arch::lldb_register_info(cmd.reg_id) { in handle_lldb_register_info()
/external/rust/crates/gdbstub/src/target/ext/
Dlldb_register_info_override.rs45 fn lldb_register_info<'a>( in lldb_register_info() method
/external/rust/crates/gdbstub/src/protocol/
Dcommands.rs118 && (T::Arch::lldb_register_info(usize::max_value()).is_some()
317 lldb_register_info {
/external/rust/crates/gdbstub/src/
Darch.rs186 fn lldb_register_info(reg_id: usize) -> Option<lldb::RegisterInfo<'static>> { in lldb_register_info() method
/external/rust/crates/gdbstub/examples/armv4t/gdb/
Dlldb_register_info_override.rs16 fn lldb_register_info<'a>( in lldb_register_info() method
Dmod.rs506 fn lldb_register_info(reg_id: usize) -> Option<RegisterInfo<'static>> { in lldb_register_info() method
/external/rust/crates/gdbstub/src/stub/
Dcore_impl.rs31 mod lldb_register_info; module