Searched defs:BreakpointKind (Results 1 – 11 of 11) sorted by relevance
71 type BreakpointKind = MipsBreakpointKind; typedef82 type BreakpointKind = MipsBreakpointKind; typedef96 type BreakpointKind = MipsBreakpointKind; typedef108 type BreakpointKind = MipsBreakpointKind; typedef
94 pub trait BreakpointKind: Sized + Debug { interface99 impl BreakpointKind for () { implementation132 type BreakpointKind: BreakpointKind; typedef
46 kind: <Self::Arch as Arch>::BreakpointKind, in add_sw_breakpoint()55 kind: <Self::Arch as Arch>::BreakpointKind, in remove_sw_breakpoint()77 kind: <Self::Arch as Arch>::BreakpointKind, in add_hw_breakpoint()86 kind: <Self::Arch as Arch>::BreakpointKind, in remove_hw_breakpoint()
14 type BreakpointKind = usize; typedef28 type BreakpointKind = usize; typedef
15 type BreakpointKind = usize; typedef32 type BreakpointKind = usize; typedef
19 type BreakpointKind = usize; typedef30 type BreakpointKind = usize; typedef
357 _kind: <Self::Arch as Arch>::BreakpointKind, in add_hw_breakpoint()391 _kind: <Self::Arch as Arch>::BreakpointKind, in remove_hw_breakpoint()
21 type BreakpointKind = usize; typedef
40 type BreakpointKind = ArmBreakpointKind; typedef
505 type BreakpointKind = ArmBreakpointKind; typedef