Interface Trace

All Superinterfaces:
DataTypeManagerDomainObject, DataTypeManagerOwner, DomainObject
All Known Implementing Classes:
DBTrace

public interface Trace extends DataTypeManagerDomainObject
An indexed record of observations over the course of a target's execution

Conceptually, this is the same as a Program, but multiplied by a concrete dimension of time and organized into snapshots. This also includes information about other objects not ordinarily of concern for static analysis, for example, threads, modules, and breakpoints. To view a specific snapshot and/or manipulate the trace as if it were a program, use getProgramView().