File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 78
78
" --java-max-vla-length N limit the length of user-code-created arrays\n " /* NOLINT(*) */ \
79
79
" --java-cp-include-files r regexp or JSON list of files to load\n " \
80
80
" (with '@' prefix)\n " \
81
+ " --java-load-class CLASS also load code from class CLASS\n " \
82
+ " --java-no-load-class CLASS never load code from class CLASS\n " \
81
83
" --ignore-manifest-main-class ignore Main-Class entries in JAR manifest files.\n " /* NOLINT(*) */ \
82
84
" If this option is specified and the options\n " /* NOLINT(*) */ \
83
85
" --function and --main-class are not, we can be\n " /* NOLINT(*) */ \
Original file line number Diff line number Diff line change @@ -944,8 +944,12 @@ void jbmc_parse_optionst::help()
944
944
" --trace give a counterexample trace for failed properties\n " // NOLINT(*)
945
945
" --stop-on-fail stop analysis once a failed property is detected\n " // NOLINT(*)
946
946
" (implies --trace)\n "
947
+ " --localize-faults localize faults (experimental)\n "
947
948
HELP_JAVA_TRACE_VALIDATION
948
949
" \n "
950
+ " Platform options:\n "
951
+ HELP_CONFIG_PLATFORM
952
+ " \n "
949
953
" Program representations:\n "
950
954
" --show-parse-tree show parse tree\n "
951
955
" --show-symbol-table show loaded symbol table\n "
@@ -960,6 +964,7 @@ void jbmc_parse_optionst::help()
960
964
" --no-assumptions ignore user assumptions\n "
961
965
" --mm MM memory consistency model for concurrent programs\n " // NOLINT(*)
962
966
HELP_REACHABILITY_SLICER
967
+ HELP_REACHABILITY_SLICER_FB
963
968
" --full-slice run full slicer (experimental)\n " // NOLINT(*)
964
969
" \n "
965
970
" Java Bytecode frontend options:\n "
You can’t perform that action at this time.
0 commit comments