MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / engine

Method engine

crates/debugger/src/lib.rs:303–305  ·  view source on GitHub ↗

Get the Engine associated with the debuggee.

(&self)

Source from the content-addressed store, hash-verified

301
302 /// Get the Engine associated with the debuggee.
303 pub fn engine(&self) -> &Engine {
304 &self.engine
305 }
306
307 /// Get the interrupt-pending flag. Setting this to `true` causes
308 /// the next epoch yield to surface as an `Interrupted` event.

Callers 15

bench_callsFunction · 0.45
serve_under_debuggerMethod · 0.45
serve_maybe_debugMethod · 0.45
instantiateMethod · 0.45
setup_guest_profilerFunction · 0.45
executeMethod · 0.45
setup_epoch_handlerMethod · 0.45
setup_guest_profilerMethod · 0.45
invoke_componentMethod · 0.45
loops_interruptibleFunction · 0.45
functions_interruptibleFunction · 0.45
loop_interrupt_from_afarFunction · 0.45

Calls

no outgoing calls

Tested by 15

loops_interruptibleFunction · 0.36
functions_interruptibleFunction · 0.36
loop_interrupt_from_afarFunction · 0.36
test_trap_returnFunction · 0.36
test_trap_traceFunction · 0.36
test_trap_trace_cbFunction · 0.36
trap_display_prettyFunction · 0.36