Type Definition wasmer_runtime_core_fl::codegen::BreakpointMap[][src]

pub type BreakpointMap = Arc<HashMap<usize, BreakpointHandler>>;
Expand description

Maps instruction pointers to their breakpoint handlers.