Lines Matching refs:try
20 "then try larger inputs over time. Specifies the rate at which the length "
21 "limit is increased (smaller == faster). If 0, immediately try inputs with "
147 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.")
148 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGBUS.")
149 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.")
150 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.")
151 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.")
152 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.")
153 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.")
154 FUZZER_FLAG_INT(handle_xfsz, 1, "If 1, try to intercept SIGXFSZ.")
155 FUZZER_FLAG_INT(handle_usr1, 1, "If 1, try to intercept SIGUSR1.")
156 FUZZER_FLAG_INT(handle_usr2, 1, "If 1, try to intercept SIGUSR2.")
157 FUZZER_FLAG_INT(handle_winexcept, 1, "If 1, try to intercept uncaught Windows "
163 "try to detect memory leaks during fuzzing (i.e. not only at shut down).")