reven2.trace package documentationreven2
Module related to the execution trace. See the Trace object.
| Module | _data_source | Undocumented |
From the __init__.py module:
| Class | CPUException | Basic representation of an exception that occurred in the trace |
| Class | Context | Entry point object for data related to a context. |
| Class | Instruction | Basic representation of a disassembled instruction. |
| Class | Trace | Entry point object for information related to a trace, mostly transitions & contexts. |
| Class | Transition | Entry point object for data related to a transition. |
| Class | TransitionType | Enum Type of a transition. |