Skip to main content

BreakpointHandler

Type Alias BreakpointHandler 

Source
pub type BreakpointHandler = fn(&mut KernelTrapFrame<'_>) -> bool;
Expand description

Breakpoint trap hook type.