diff options
author | Kostya Serebryany <kcc@google.com> | 2015-10-16 23:04:31 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2015-10-16 23:04:31 +0000 |
commit | d6edce97fb762b69f6f63c456b764c25386f7543 (patch) | |
tree | 294cff515f7d09553c33516698cc6967dbe94d97 /llvm/lib/Fuzzer/FuzzerInternal.h | |
parent | b43d33bf0fee62317cc24239c77ae0f05fdb40f2 (diff) | |
download | bcm5719-llvm-d6edce97fb762b69f6f63c456b764c25386f7543.tar.gz bcm5719-llvm-d6edce97fb762b69f6f63c456b764c25386f7543.zip |
[libFuzzer] print a stack trace on timeout
llvm-svn: 250571
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerInternal.h')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerInternal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h index c672f23d95f..a720adb21e4 100644 --- a/llvm/lib/Fuzzer/FuzzerInternal.h +++ b/llvm/lib/Fuzzer/FuzzerInternal.h @@ -56,6 +56,7 @@ bool ToASCII(Unit &U); bool IsASCII(const Unit &U); int NumberOfCpuCores(); +int GetPid(); // Dictionary. |