Lines Matching refs:DebugEvent
6 AsContextMut, Caller, Config, DebugEvent, DebugHandler, Engine, Extern, FrameHandle, Func,
578 event: DebugEvent<'_>,
626 wasmtime::DebugEvent::UncaughtExceptionThrown(e) => { in uncaught_exception_events()
679 wasmtime::DebugEvent::CaughtExceptionThrown(e) => { in caught_exception_events()
726 wasmtime::DebugEvent::Trap(wasmtime_environ::Trap::IntegerDivisionByZero) => { in hostcall_trap_events()
767 wasmtime::DebugEvent::HostcallError(e) => { in hostcall_error_events()
812 wasmtime::DebugEvent::Breakpoint => { in breakpoint_events()
863 wasmtime::DebugEvent::Breakpoint => { in breakpoint_events()
871 wasmtime::DebugEvent::Breakpoint => { in breakpoint_events()
879 wasmtime::DebugEvent::Breakpoint => { in breakpoint_events()
887 wasmtime::DebugEvent::Breakpoint => { in breakpoint_events()
957 wasmtime::DebugEvent::Breakpoint => {} in breakpoints_in_inlined_code()
960 wasmtime::DebugEvent::Breakpoint => {} in breakpoints_in_inlined_code()
1014 wasmtime::DebugEvent::EpochYield => {} in epoch_events()
1373 async fn handle(&self, _store: StoreContextMut<'_, ()>, event: DebugEvent<'_>) { in single_step_before_instantiation()
1375 DebugEvent::Breakpoint => { in single_step_before_instantiation()
1426 async fn handle(&self, mut store: StoreContextMut<'_, ()>, _event: DebugEvent<'_>) { in early_epoch_yield_still_has_vmctx()
1483 wasmtime::DebugEvent::Breakpoint => { in breakpoint_slips_to_first_opcode()
1588 _event: DebugEvent<'_>, in component_module_relative_breakpoint_pcs()