Home
last modified time | relevance | path

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

/external/rust/crates/gdbstub/src/target/ext/
Dextended_mode.rs107 fn query_if_attached(&mut self, pid: Pid) -> TargetResult<AttachKind, Self>; in query_if_attached() method
/external/rust/crates/gdbstub/
DREADME.md88 …) Automatically track Attached/Spawned PIDs without implementing `ExtendedMode::query_if_attached`.
/external/rust/crates/gdbstub/src/gdbstub_impl/
Dmod.rs372 ops.query_if_attached(pid).handle_error()?.was_attached() in handle_base()