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

Class Debug

pulley/src/interp/debug.rs:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39#[repr(transparent)]
40pub(super) struct Debug<'a>(pub Interpreter<'a>);
41
42macro_rules! debug_then_delegate {
43 (

Callers 3

runMethod · 0.85
debugFunction · 0.85
parseMethod · 0.85

Implementers 15

print.rscranelift/fuzzgen/src/print.rs
error.rscranelift/isle/isle/src/error.rs
scalar.rscranelift/bitset/src/scalar.rs
compound.rscranelift/bitset/src/compound.rs
dominator_tree.rscranelift/codegen/src/dominator_tree.r
result.rscranelift/codegen/src/result.rs
valueregs.rscranelift/codegen/src/machinst/valuere
reg.rscranelift/codegen/src/machinst/reg.rs
vcode.rscranelift/codegen/src/machinst/vcode.r
memflags.rscranelift/codegen/src/ir/memflags.rs
progpoint.rscranelift/codegen/src/ir/progpoint.rs
types.rscranelift/codegen/src/ir/types.rs

Calls

no outgoing calls

Tested by

no test coverage detected