From ed9466e564413318e7c42e359133728c1e9f3cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Thu, 30 Mar 2023 20:06:20 +0900 Subject: Save exited states' formula --- lib/Core/ExecutionState.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Core/ExecutionState.h') 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; -- cgit v1.2.3