Searched defs:add_sw_breakpoint (Results 1 – 3 of 3) sorted by relevance
29 fn add_sw_breakpoint(&mut self, addr: <Self::Arch as Arch>::Usize) -> TargetResult<bool, Self>; in add_sw_breakpoint() method
186 fn add_sw_breakpoint(&mut self, addr: u32) -> TargetResult<bool, Self> { in add_sw_breakpoint() method
184 fn add_sw_breakpoint(&mut self, addr: u32) -> TargetResult<bool, Self> { in add_sw_breakpoint() method