Searched refs:block_on_debug_handler (Results 1 – 4 of 4) sorted by relevance
849 store.block_on_debug_handler(crate::DebugEvent::CaughtExceptionThrown(exn)) in unwind()864 store.block_on_debug_handler(crate::DebugEvent::UncaughtExceptionThrown( in unwind()871 } => store.block_on_debug_handler(crate::DebugEvent::Trap(*trap)), in unwind()875 } => store.block_on_debug_handler(crate::DebugEvent::HostcallError(err)), in unwind()
1302 store.block_on_debug_handler(crate::DebugEvent::EpochYield)?; in new_epoch()1758 store.block_on_debug_handler(crate::DebugEvent::Breakpoint)?; in breakpoint()
235 fn block_on_debug_handler(&mut self, event: crate::DebugEvent) -> crate::Result<()>; in block_on_debug_handler() method
2829 fn block_on_debug_handler(&mut self, event: crate::DebugEvent<'_>) -> crate::Result<()> { in block_on_debug_handler() method