aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Core/ExecutionState.h
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-30 19:57:43 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-06-22 16:09:38 +0900
commitc50a4d11e42009e49854f5e33215e33238cb1028 (patch)
tree1d11da44c3c525eb34b42738abc19ac453e4e34b /lib/Core/ExecutionState.h
parent8ebf12a0fef2bfaed703003dec964839a54a5343 (diff)
downloadklee-c50a4d11e42009e49854f5e33215e33238cb1028.tar.gz
Receive instrumented revision number
Diffstat (limited to 'lib/Core/ExecutionState.h')
-rw-r--r--lib/Core/ExecutionState.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Core/ExecutionState.h b/lib/Core/ExecutionState.h
index dbe02fd9..f81c134c 100644
--- a/lib/Core/ExecutionState.h
+++ b/lib/Core/ExecutionState.h
@@ -226,6 +226,9 @@ public:
/// @brief The objects handling the klee_open_merge calls this state ran through
std::vector<ref<MergeHandler>> openMergeStack;
+ /// @ brief The patch number, starting from 1; 0 being the original.
+ std::uint64_t patchNo = 0;
+
/// @brief The numbers of times this state has run through Executor::stepInstruction
std::uint64_t steppedInstructions = 0;