pub struct ExecutiveVMTracer { /* private fields */ }
Expand description

Simple VM tracer. Traces all operations.

Implementations

Create a new top-level instance.

Trait Implementations

Data returned when draining the VMTracer.

Trace the progression of interpreter to next instruction. If tracer returns false it won’t be called again. @returns true if trace_prepare_execute and trace_executed should be called. Read more

Trace the preparation to execute a single valid instruction.

Trace the execution failure of a single instruction.

Trace the finalised execution of a single valid instruction.

Spawn subtracer which will be used to trace deeper levels of execution.

Finalize subtracer.

Consumes self and returns the VM trace.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.