Home
last modified time | relevance | path

Searched defs:thread_extra_info (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/gdbstub/src/target/ext/
Dthread_extra_info.rs19 fn thread_extra_info(&self, tid: Tid, buf: &mut [u8]) -> Result<usize, Self::Error>; in thread_extra_info() method
Dmod.rs273 pub mod thread_extra_info; module
/external/rust/crates/gdbstub/src/stub/
Dcore_impl.rs39 mod thread_extra_info; module
/external/rust/crates/gdbstub/examples/armv4t_multicore/
Dgdb.rs284 fn thread_extra_info(&self, tid: Tid, buf: &mut [u8]) -> Result<usize, Self::Error> { in thread_extra_info() method