SymbRunPruneReason Type
Represents a state that was discarded before further exploration.
Union cases
| Union case |
Description
|
|
The state reached an avoided instruction address.
|
|
The state matched an avoided state predicate.
|
|
The solver proved the state's path condition unsatisfiable.
|
|
The state exceeded the per-path loop bound.
|
|
Solver pruning failed while checking the state's path condition.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAvoidedAddress
Returns: bool
|
|
Full Usage:
this.IsAvoidedState
Returns: bool
|
|
Full Usage:
this.IsInfeasiblePath
Returns: bool
|
|
Full Usage:
this.IsLoopBoundReached
Returns: bool
|
|
Full Usage:
this.IsSolverPruningFailed
Returns: bool
|
|
B2R2