about summary refs log tree commit diff homepage
path: root/lib/Core/Executor.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-13 21:58:36 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-13 21:58:36 +0000
commit0edba4c4d573fb7bc74a79f785065b9d3f8297e0 (patch)
tree34daa3ec38f927fcb79647e70003ca0c9de1fc67 /lib/Core/Executor.h
parent541b4a8205de9d5bce4e9939ac4a94d1ac39e562 (diff)
downloadklee-0edba4c4d573fb7bc74a79f785065b9d3f8297e0.tar.gz
Create new ObjectState constructor for explicitly creating symbolic objects.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73308 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r--lib/Core/Executor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h
index 013d3bb8..4dd89f2a 100644
--- a/lib/Core/Executor.h
+++ b/lib/Core/Executor.h
@@ -42,6 +42,7 @@ namespace llvm {
 }
 
 namespace klee {  
+  class Array;
   class Cell;
   class ExecutionState;
   class ExternalDispatcher;
@@ -198,7 +199,7 @@ private:
                             std::vector< ref<Expr> > &arguments);
 
   ObjectState *bindObjectInState(ExecutionState &state, const MemoryObject *mo,
-                                 bool isLocal);
+                                 bool isLocal, const Array *array = 0);
 
   /// Resolve a pointer to the memory objects it could point to the
   /// start of, forking execution when necessary and generating errors