From afd3827b8c1097218cf0f39fb9a96b8570be5304 Mon Sep 17 00:00:00 2001 From: Chloe Fortuna Date: Wed, 9 Nov 2022 22:54:53 +0000 Subject: [PATCH] Update website to reflect new output --- docs/reference.html | 6 +++--- docs/tutorial.html | 37 +++++++++++++++++++------------------ 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/docs/reference.html b/docs/reference.html index c033f68c..73572799 100644 --- a/docs/reference.html +++ b/docs/reference.html @@ -44,9 +44,9 @@

General options

  • --num-unroll=<num> — Specifies the number of times to unroll each loop. WP will unroll each loop 5 times by default.
  • -
  • --gdb-output=<filename.gdb> — When WP results in SAT, outputs a gdb script to file filename.gdb. From within gdb, run source filename.gdb to set a breakpoint at the function given by --func and fill the appropriate registers with the values found in the countermodel. In the case WP returns UNSAT or UNKNOWN, no script will be outputted.
  • +
  • --gdb-output=<filename.gdb> — When WP finds a countermodel, outputs a gdb script to file filename.gdb. From within gdb, run source filename.gdb to set a breakpoint at the function given by --func and fill the appropriate registers with the values found in the countermodel. In the case WP cannot falsify the property or returns UNKNOWN, no script will be outputted.
  • -
  • --bildb-output=<filename.yml> — When WP results in SAT, outputs a BILDB initialization script to file filename.yml. This YAML file sets the registers and memory to the values found in the countermodel, allowing BILDB to follow the same execution trace. In the case the analysis returns UNSAT or UNKNOWN, no script will be outputted.
  • +
  • --bildb-output=<filename.yml> — When WP finds a countermodel, outputs a BILDB initialization script to file filename.yml. This YAML file sets the registers and memory to the values found in the countermodel, allowing BILDB to follow the same execution trace. In the case the analysis cannot falsify the property or returns UNKNOWN, no script will be outputted.
  • --use-fun-input-regs — At a function call site, uses all possible input registers as arguments to a function symbol generated for an output register. If this flag is not present, no registers will be used.
  • @@ -59,7 +59,7 @@

    General options

  • --show=[bir|refuted-goals|paths|precond-internal|precond-smtlib] — A list of details to print out from the analysis. Multiple options can be specified as a comma-separated list. For example: --show=bir,refuted-goals. The options are: