about summary refs log tree commit diff homepage
path: root/lib/Core/ExecutionState.h
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-30 20:06:20 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-03-05 17:21:48 +0900
commit96f2da3a83ea1d9fc92b2a6ae649c4c69909259b (patch)
tree44c53002f92d2b70bc4ff54ac337bc411bbd9302 /lib/Core/ExecutionState.h
parentba084db1ab0307d96d7cae0fa087eb0c6d6f3679 (diff)
downloadklee-96f2da3a83ea1d9fc92b2a6ae649c4c69909259b.tar.gz
Save exited states' formula
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 74c33a4c..5df7ad70 100644
--- a/lib/Core/ExecutionState.h
+++ b/lib/Core/ExecutionState.h
@@ -229,6 +229,9 @@ public:
   /// @ brief The patch number, starting from 1; 0 being the original.
   std::uint64_t patchNo = 0;
 
+  /// @ brief Terminated on exit, awaiting comparison.
+  std::string formula = "";
+
   /// @brief The numbers of times this state has run through Executor::stepInstruction
   std::uint64_t steppedInstructions = 0;