about summary refs log tree commit diff homepage
path: root/scripts
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2023-12-22 18:22:02 +0200
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2024-01-12 12:00:35 +0000
commit3fa03d12d28658694f2bf2085e8634cc267e3f16 (patch)
treec775b6d770c98ca310e9caf50c36016f99b81891 /scripts
parent2c8b74cc858793c94e5476b5765e93ee23738702 (diff)
downloadklee-3fa03d12d28658694f2bf2085e8634cc267e3f16.tar.gz
Renamed PTree to ExecutionTree (and similar)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/klee-control2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/klee-control b/scripts/klee-control
index 0a918b42..e9d22db6 100755
--- a/scripts/klee-control
+++ b/scripts/klee-control
@@ -77,7 +77,7 @@ def main():
     if opts.dumpStates:
         execCmd(pid, "p dumpStates = 1", opts)        
     if opts.dumpTree:
-        execCmd(pid, "p dumpPTree = 1", opts)        
+        execCmd(pid, "p dumpExecutionTree = 1", opts)        
     if opts.stopForking:
         execCmd(pid, 'p stop_forking()', opts)    
     if opts.haltExecution: