Home
last modified time | relevance | path

Searched defs:hw_breakpoint (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/gdbstub/src/target/
Dmod.rs218 fn hw_breakpoint(&mut self) -> Option<ext::breakpoints::HwBreakpointOps<Self>> { in hw_breakpoint() method
/external/crosvm/src/
Dgdb.rs144 fn hw_breakpoint(&mut self) -> Option<HwBreakpointOps<Self>> { in hw_breakpoint() method