[libFuzzer] add an experimental flag -focus_function: libFuzzer will try to focus...
authorKostya Serebryany <kcc@google.com>
Wed, 16 May 2018 23:26:37 +0000 (23:26 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 16 May 2018 23:26:37 +0000 (23:26 +0000)
commite9c6f06cce2c69e91c7dcffbef3bcacb05bdea71
treeeea34fa773f25f9fea375345827291cc1d68872b
parent3bf63c920185530df55a8b0c42158febfbb5450d
[libFuzzer] add an experimental flag -focus_function: libFuzzer will try to focus on inputs that trigger that function

llvm-svn: 332554
compiler-rt/lib/fuzzer/FuzzerCorpus.h
compiler-rt/lib/fuzzer/FuzzerDriver.cpp
compiler-rt/lib/fuzzer/FuzzerFlags.def
compiler-rt/lib/fuzzer/FuzzerLoop.cpp
compiler-rt/lib/fuzzer/FuzzerOptions.h
compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
compiler-rt/lib/fuzzer/FuzzerTracePC.h
compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp
compiler-rt/test/fuzzer/OnlySomeBytesTest.cpp
compiler-rt/test/fuzzer/target-function.test [new file with mode: 0644]