OSDN Git Service

[lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD CORPUS...
authorKostya Serebryany <kcc@google.com>
Mon, 18 May 2015 21:34:20 +0000 (21:34 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 18 May 2015 21:34:20 +0000 (21:34 +0000)
commit05ef67b6b9f1efe216cb4c1bbe0e75b178b5fba2
treeb49a7ac2ff200c9f8eb8cf16ceff590a3e0f9d1b
parent825a528bbe85911df5b0b0fe87566dca96e7e59f
[lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD CORPUS' to synchronize with other processes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237617 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerIO.cpp
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerUtil.cpp