Home
last modified time | relevance | path

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

/external/rust/crates/gdbstub/src/protocol/commands/
D_qSupported.rs32 b'+' => FeatureSupported::Yes, in into_iter()
33 b'-' => FeatureSupported::No, in into_iter()
34 b'?' => FeatureSupported::Maybe, in into_iter()
43 status: FeatureSupported::Yes, in into_iter()
51 pub enum FeatureSupported { enum
61 status: FeatureSupported,