summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerTracePC.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2018-05-21 19:47:00 +0000
committerKostya Serebryany <kcc@google.com>2018-05-21 19:47:00 +0000
commitcfc4a3e12b343978b104a1b8b0070593fceb5965 (patch)
tree3eea2f375dfec0d57c3bd2ae2af2fe83c65f6756 /lib/fuzzer/FuzzerTracePC.h
parent6d4a6ff7196268f1568af3d72a2681fb76d9e599 (diff)
[libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@332876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/fuzzer/FuzzerTracePC.h')
-rw-r--r--lib/fuzzer/FuzzerTracePC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fuzzer/FuzzerTracePC.h b/lib/fuzzer/FuzzerTracePC.h
index e1db5127c..c17626cf3 100644
--- a/lib/fuzzer/FuzzerTracePC.h
+++ b/lib/fuzzer/FuzzerTracePC.h
@@ -102,6 +102,7 @@ class TracePC {
void PrintModuleInfo();
void PrintCoverage();
+ void DumpCoverage();
template<class CallBack>
void IterateCoveredFunctions(CallBack CB);