reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/fuzzer/FuzzerFlags.def
   12 FUZZER_FLAG_INT(verbosity, 1, "Verbosity level.")
   14 FUZZER_FLAG_INT(runs, -1,
   16 FUZZER_FLAG_INT(max_len, 0, "Maximum length of the test input. "
   19 FUZZER_FLAG_INT(len_control, 100, "Try generating small inputs first, "
   26 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.")
   27 FUZZER_FLAG_INT(mutate_depth, 5,
   29 FUZZER_FLAG_INT(reduce_depth, 0, "Experimental/internal. "
   31 FUZZER_FLAG_INT(shuffle, 1, "Shuffle inputs at startup")
   32 FUZZER_FLAG_INT(prefer_small, 1,
   34 FUZZER_FLAG_INT(
   38 FUZZER_FLAG_INT(error_exitcode, 77, "When libFuzzer itself reports a bug "
   40 FUZZER_FLAG_INT(timeout_exitcode, 70, "When libFuzzer reports a timeout "
   42 FUZZER_FLAG_INT(max_total_time, 0, "If positive, indicates the maximal total "
   44 FUZZER_FLAG_INT(help, 0, "Print help.")
   45 FUZZER_FLAG_INT(fork, 0, "Experimental mode where fuzzing happens "
   47 FUZZER_FLAG_INT(ignore_timeouts, 1, "Ignore timeouts in fork mode")
   48 FUZZER_FLAG_INT(ignore_ooms, 1, "Ignore OOMs in fork mode")
   49 FUZZER_FLAG_INT(ignore_crashes, 0, "Ignore crashes in fork mode")
   50 FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be "
   60 FUZZER_FLAG_INT(minimize_crash, 0, "If 1, minimizes the provided"
   67 FUZZER_FLAG_INT(cleanse_crash, 0, "If 1, tries to cleanse the provided"
   71 FUZZER_FLAG_INT(minimize_crash_internal_step, 0, "internal flag")
   76 FUZZER_FLAG_INT(use_counters, 1, "Use coverage counters")
   77 FUZZER_FLAG_INT(use_memmem, 1,
   79 FUZZER_FLAG_INT(use_value_profile, 0,
   81 FUZZER_FLAG_INT(use_cmp, 1, "Use CMP traces to guide mutations")
   82 FUZZER_FLAG_INT(shrink, 0, "Experimental. Try to shrink corpus inputs.")
   83 FUZZER_FLAG_INT(reduce_inputs, 1,
   91 FUZZER_FLAG_INT(reload, 1,
   94 FUZZER_FLAG_INT(report_slow_units, 10,
   96 FUZZER_FLAG_INT(only_ascii, 0,
  107 FUZZER_FLAG_INT(print_pcs, 0, "If 1, print out newly covered PCs.")
  108 FUZZER_FLAG_INT(print_funcs, 2, "If >=1, print out at most this number of "
  110 FUZZER_FLAG_INT(print_final_stats, 0, "If 1, print statistics at exit.")
  111 FUZZER_FLAG_INT(print_corpus_stats, 0,
  113 FUZZER_FLAG_INT(print_coverage, 0, "If 1, print coverage information as text"
  115 FUZZER_FLAG_INT(dump_coverage, 0, "Deprecated.")
  116 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.")
  117 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGBUS.")
  118 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.")
  119 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.")
  120 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.")
  121 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.")
  122 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.")
  123 FUZZER_FLAG_INT(handle_xfsz, 1, "If 1, try to intercept SIGXFSZ.")
  124 FUZZER_FLAG_INT(handle_usr1, 1, "If 1, try to intercept SIGUSR1.")
  125 FUZZER_FLAG_INT(handle_usr2, 1, "If 1, try to intercept SIGUSR2.")
  126 FUZZER_FLAG_INT(close_fd_mask, 0, "If 1, close stdout at startup; "
  129 FUZZER_FLAG_INT(detect_leaks, 1, "If 1, and if LeakSanitizer is enabled "
  131 FUZZER_FLAG_INT(purge_allocator_interval, 1, "Purge allocator caches and "
  135 FUZZER_FLAG_INT(trace_malloc, 0, "If >= 1 will print all mallocs/frees. "
  137 FUZZER_FLAG_INT(rss_limit_mb, 2048, "If non-zero, the fuzzer will exit upon"
  139 FUZZER_FLAG_INT(malloc_limit_mb, 0, "If non-zero, the fuzzer will exit "
  148 FUZZER_FLAG_INT(ignore_remaining_args, 0, "If 1, ignore all arguments passed "
  156 FUZZER_FLAG_INT(analyze_dict, 0, "Experimental")