ConcRunResult<'State> Type
Represents the result of a concrete execution run.
Record fields
| Record Field |
Description
|
|
Final instruction address or program counter.
|
Full Usage:
InstructionCount
Field type: int
|
Number of executed machine instructions.
|
Full Usage:
State
Field type: 'State
|
Final concrete executor state.
|
|
Reasons why execution stopped.
|
Instance members
| Instance member |
Description
|
|
B2R2