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 <mcsinyx@disroot.org>2023-06-22 16:09:40 +0900
commited9466e564413318e7c42e359133728c1e9f3cdc (patch)
treeb314f137917d29f42b44b0c0e81ef67700d82412 /lib/Core/ExecutionState.h
parentc50a4d11e42009e49854f5e33215e33238cb1028 (diff)
downloadklee-ed9466e564413318e7c42e359133728c1e9f3cdc.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 f81c134c..2ae22284 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;