Structs§
- Process
Frame - Represents a traced process which is in the process of building a
frame.framecan be thought of a mutable view into a stopped process’s execution. Given you own a process frame, it is an appropriate time to edit registers, change instructions, and edit memory. - Traced
Process - A process actively being traced.
Enums§
- Trace
Error - Enum containing all errors tracing can witness
Type Aliases§
- Trace
Result - Internal Result type