Home
last modified time | relevance | path

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

/external/rust/crates/gdbstub/src/target/ext/
Dextended_mode.rs44 pub enum AttachKind { enum
52 impl AttachKind { impl
55 AttachKind::Attach => true, in was_attached()
56 AttachKind::Run => false, in was_attached()
107 fn query_if_attached(&mut self, pid: Pid) -> TargetResult<AttachKind, Self>; in query_if_attached() argument