Searched defs:BreakpointKind (Results 1 – 11 of 11) sorted by relevance
71 type BreakpointKind = MipsBreakpointKind; typedef87 type BreakpointKind = MipsBreakpointKind; typedef106 type BreakpointKind = MipsBreakpointKind; typedef123 type BreakpointKind = MipsBreakpointKind; typedef
45 kind: <Self::Arch as Arch>::BreakpointKind, in add_sw_breakpoint()54 kind: <Self::Arch as Arch>::BreakpointKind, in remove_sw_breakpoint()76 kind: <Self::Arch as Arch>::BreakpointKind, in add_hw_breakpoint()85 kind: <Self::Arch as Arch>::BreakpointKind, in remove_hw_breakpoint()
15 type BreakpointKind = usize; typedef37 type BreakpointKind = usize; typedef
19 type BreakpointKind = usize; typedef35 type BreakpointKind = usize; typedef
14 type BreakpointKind = usize; typedef33 type BreakpointKind = usize; typedef
92 pub trait BreakpointKind: Sized + Debug { interface97 impl BreakpointKind for () { implementation130 type BreakpointKind: BreakpointKind; typedef
20 type BreakpointKind = usize; typedef
21 type BreakpointKind = usize; typedef
40 type BreakpointKind = ArmBreakpointKind; typedef
361 _kind: <Self::Arch as Arch>::BreakpointKind, in add_hw_breakpoint()395 _kind: <Self::Arch as Arch>::BreakpointKind, in remove_hw_breakpoint()
488 type BreakpointKind = ArmBreakpointKind; typedef