about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/klee/ExecutionState.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/klee/ExecutionState.h b/include/klee/ExecutionState.h
index 09999110..c119edd3 100644
--- a/include/klee/ExecutionState.h
+++ b/include/klee/ExecutionState.h
@@ -134,6 +134,7 @@ public:
   }
 
   bool merge(const ExecutionState &b);
+  void dumpStack(std::ostream &out) const;
 };
 
 }