summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerInternal.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2015-07-23 18:37:22 +0000
committerKostya Serebryany <kcc@google.com>2015-07-23 18:37:22 +0000
commit2b7d2e91ccbc091c8e447919d7d81f1bced8aa7f (patch)
tree5a49cd924ef27ed82bca9c9a73f781eac5c29060 /llvm/lib/Fuzzer/FuzzerInternal.h
parent983d17810811cdac0ff475049451f48a6da5cb25 (diff)
downloadbcm5719-llvm-2b7d2e91ccbc091c8e447919d7d81f1bced8aa7f.tar.gz
bcm5719-llvm-2b7d2e91ccbc091c8e447919d7d81f1bced8aa7f.zip
[libFuzzer] dump long running units to disk
llvm-svn: 243031
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerInternal.h')
-rw-r--r--llvm/lib/Fuzzer/FuzzerInternal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h
index c387fe7a7c6..af3d011f08a 100644
--- a/llvm/lib/Fuzzer/FuzzerInternal.h
+++ b/llvm/lib/Fuzzer/FuzzerInternal.h
@@ -108,7 +108,7 @@ class Fuzzer {
size_t RunOneMaximizeFullCoverageSet(const Unit &U);
size_t RunOneMaximizeCoveragePairs(const Unit &U);
void WriteToOutputCorpus(const Unit &U);
- void WriteToCrash(const Unit &U, const char *Prefix);
+ void WriteUnitToFileWithPrefix(const Unit &U, const char *Prefix);
void PrintStats(const char *Where, size_t Cov, const char *End = "\n");
void PrintUnitInASCIIOrTokens(const Unit &U, const char *PrintAfter = "");
OpenPOWER on IntegriCloud