Home
last modified time | relevance | path

Searched refs:block_on_debug_handler (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtraphandlers.rs849 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()
H A Dlibcalls.rs1302 store.block_on_debug_handler(crate::DebugEvent::EpochYield)?; in new_epoch()
1758 store.block_on_debug_handler(crate::DebugEvent::Breakpoint)?; in breakpoint()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dvm.rs235 fn block_on_debug_handler(&mut self, event: crate::DebugEvent) -> crate::Result<()>; in block_on_debug_handler() method
H A Dstore.rs2829 fn block_on_debug_handler(&mut self, event: crate::DebugEvent<'_>) -> crate::Result<()> { in block_on_debug_handler() method