|
Gymbo
|
Struct representing a trace in symbolic execution. More...
#include <type.h>

Public Member Functions | |
| Trace (SymState data, std::vector< Trace > children) | |
| Constructor for a trace. More... | |
| void | print (int indent_cnt=0) const |
| Prints a human-readable representation of the trace. More... | |
Public Attributes | |
| SymState | data |
| std::vector< Trace > | children |
Struct representing a trace in symbolic execution.
Constructor for a trace.
| data | Symbolic state of the trace. |
| children | Children traces. |
|
inline |
Prints a human-readable representation of the trace.
| indent_cnt | Number of spaces to indent the output. |
| std::vector<Trace> gymbo::Trace::children |
Children traces.
| SymState gymbo::Trace::data |
Symbolic state of the trace.