/external/honggfuzz/netbsd/ |
D | trace.c | 348 LOG_D("Pid: %d, signo: %d, errno: %d, code: %d, addr: %p, pc: %" PRIxREGISTER ", instr: '%s'", in arch_traceSaveData() 408 LOG_D("Multiple crashes detected from worker against attached tids group"); in arch_traceSaveData() 433 LOG_D("Whitelisted symbol '%s' found, skipping blacklist checks", wlSymbol); in arch_traceSaveData() 491 LOG_D("SocketFuzzer: trace: Crash Identified"); in arch_traceSaveData() 509 LOG_D("SocketFuzzer: trace: New Uniqu Crash"); in arch_traceSaveData() 533 LOG_D("PID: %d breakpoint software trap (TRAP_BRKPT)", pid); in arch_traceEvent() 541 LOG_D("PID: %d breakpoint software trap (TRAP_EXEC)", pid); in arch_traceEvent() 549 LOG_D("PID: %d child trap (TRAP_CHLD) : fork", (int)pid); in arch_traceEvent() 552 LOG_D("PID: %d child trap (TRAP_CHLD) : vfork", (int)pid); in arch_traceEvent() 555 LOG_D("PID: %d child trap (TRAP_CHLD) : vfork (PTRACE_VFORK_DONE)", in arch_traceEvent() [all …]
|
D | arch.c | 101 LOG_D("Launching '%s' on file '%s'", args[0], in arch_launchChild() 151 LOG_D("No more processes to track"); in arch_checkWait() 161 LOG_D("pid=%d returned with status: %s", pid, in arch_checkWait()
|
/external/honggfuzz/ |
D | input.c | 90 LOG_D("Analyzing file '%s'", fname); in input_getDirStatsAndRewind() 98 LOG_D("'%s' is not a regular file, skipping", fname); in input_getDirStatsAndRewind() 102 LOG_D("File '%s' is bigger than maximal defined file size (-F): %" PRId64 " > %" PRId64, in input_getDirStatsAndRewind() 126 LOG_D("Re-read the '%s', maxFileSz:%zu, number of usable files:%zu", hfuzz->io.inputDir, in input_getDirStatsAndRewind() 172 LOG_D("'%s' is not a regular file, skipping", fname); in input_getNext() 247 LOG_D("Parsing word: '%s'", bufv); in input_parseDictionary() 256 LOG_D("Dictionary: loaded word: '%s' (len=%zu)", str->s, str->len); in input_parseDictionary() 292 LOG_D("Blacklist: loaded %'" PRIu64 "'", in input_parseBlacklist() 381 LOG_D("Subporcess '%s' finished with success", run->global->exe.externalCommand); in input_prepareExternalFile() 413 LOG_D("Subporcess '%s' finished with success", run->global->exe.externalCommand); in input_postProcessFile()
|
D | socketfuzzer.c | 56 LOG_D("fuzz_prepareSocketFuzzer: SEND Fuzz"); in fuzz_prepareSocketFuzzer() 78 LOG_D("fuzz_waitforSocketFuzzer: RECV: %s", buf); in fuzz_waitforSocketFuzzer() 100 LOG_D("fuzz_notifySocketFuzzer: SEND: New!"); in fuzz_notifySocketFuzzerNewCov() 113 LOG_D("fuzz_notifySocketFuzzer: SEND: Crash"); in fuzz_notifySocketFuzzerCrash()
|
D | fuzz.c | 98 LOG_D("File '%s' already exists in the output corpus directory '%s'", fname, dir); in fuzz_writeCovFile() 102 LOG_D("Adding file '%s' to the corpus directory '%s'", fname, dir); in fuzz_writeCovFile() 185 LOG_D("New file size: %zu, Perf feedback new/cur (instr,branch): %" PRIu64 "/%" PRIu64 in fuzz_perfFeedback() 234 LOG_D("SocketFuzzer: fuzz: new BB (perf)"); in fuzz_perfFeedback() 255 LOG_D("Crash file to verify '%s' is already verified as '%s'", origCrashPath, verFile); in fuzz_runVerifier() 413 LOG_D("------[ 1: subproc_run"); in fuzz_fuzzLoopSocket() 421 LOG_D("------[ 2: fetch input"); in fuzz_fuzzLoopSocket() 425 LOG_D("------[ 2.1: Target down, will restart it"); in fuzz_fuzzLoopSocket() 429 LOG_D("------[ 3: feedback"); in fuzz_fuzzLoopSocket()
|
D | subproc.c | 320 LOG_D("Forking new process for thread: %" PRId32, run->fuzzNo); in subproc_New() 365 LOG_D("Launched new process, pid=%d, thread: %" PRId32 " (concurrency: %zd)", (int)run->pid, in subproc_New() 451 LOG_D("wait4() returned with status: %d", status); in subproc_System() 486 LOG_D("Killing pid=%d", (int)run->pid); in subproc_checkTermination()
|
D | sanitizers.c | 131 LOG_D("%s", env); in sanitizers_AddFlag()
|
D | cmdline.c | 148 LOG_D("Adding envar '%s'", env); in cmdlineAddEnv()
|
/external/honggfuzz/linux/ |
D | pt.c | 63 LOG_D("IntelPT vendor: Intel"); in perf_ptInit() 66 LOG_D("Current processor is not Intel, IntelPT will not work"); in perf_ptInit() 71 LOG_D("IntelPT family: %" PRIu16, ptCpu.family); in perf_ptInit() 75 LOG_D("IntelPT model: %" PRIu8, ptCpu.model); in perf_ptInit() 79 LOG_D("IntelPT stepping: %" PRIu8, ptCpu.stepping); in perf_ptInit()
|
D | perf.c | 74 LOG_D("Adding branch %#018" PRIx64 " - %#018" PRIx64, br->from, br->to); in arch_perfBtsCount() 117 LOG_D("Enabling PERF for pid=%d method=%x", pid, method); in arch_perfCreate() 147 LOG_D("Using: PERF_COUNT_HW_INSTRUCTIONS for pid=%d", (int)pid); in arch_perfCreate() 152 LOG_D("Using: PERF_COUNT_HW_BRANCH_INSTRUCTIONS for pid=%d", (int)pid); in arch_perfCreate() 157 LOG_D("Using: (Intel BTS) type=%" PRIu32 " for pid=%d", perfIntelBtsPerfType, (int)pid); in arch_perfCreate() 161 LOG_D("Using: (Intel PT) type=%" PRIu32 " for pid=%d", perfIntelPtPerfType, (int)pid); in arch_perfCreate() 385 LOG_D("perfIntelPtPerfType = %" PRIu32, perfIntelPtPerfType); in arch_perfInit() 395 LOG_D("perfIntelBtsPerfType = %" PRIu32, perfIntelBtsPerfType); in arch_perfInit()
|
D | trace.c | 464 LOG_D("Unknown/unsupported CPU architecture"); in arch_getPC() 667 LOG_D("Pid: %d, signo: %d, errno: %d, code: %d, addr: %p, pc: %" REG_PM ", instr: '%s'", pid, in arch_traceSaveData() 731 LOG_D("Multiple crashes detected from worker against attached tids group"); in arch_traceSaveData() 756 LOG_D("Whitelisted symbol '%s' found, skipping blacklist checks", wlSymbol); in arch_traceSaveData() 816 LOG_D("SocketFuzzer: trace: Crash Identified"); in arch_traceSaveData() 834 LOG_D("SocketFuzzer: trace: New Uniqu Crash"); in arch_traceSaveData() 952 LOG_D("Invalid ASan report entry (%s)", lineptr); in arch_parseAsanReport() 1147 LOG_D("PID: %d, Ptrace event: %d", pid, __WEVENT(status)); in arch_traceEvent() 1157 LOG_D("PID: %d exited with exit_code: %lu", pid, in arch_traceEvent() 1163 LOG_D( in arch_traceEvent() [all …]
|
D | arch.c | 161 LOG_D("Launching '%s' on file '%s'", args[0], in arch_launchChild() 233 LOG_D("No more processes to track"); in arch_checkWait() 241 LOG_D("pid=%d returned with status: %s", pid, in arch_checkWait() 342 LOG_D("Glibc version:'%s', OK", gversion); in arch_archInit()
|
D | unwind.c | 224 LOG_D("[pid='%d'] [%zd] unw_get_proc_info (%s)", pid, num_frames, UNW_ER[-ret]); in arch_unwindStack() 231 LOG_D( in arch_unwindStack()
|
/external/honggfuzz/posix/ |
D | arch.c | 95 LOG_D("Process (pid %d) exited normally with status %d", run->pid, WEXITSTATUS(status)); in arch_analyzeSignal() 109 LOG_D("Process (pid %d) killed by signal %d '%s'", run->pid, termsig, strsignal(termsig)); in arch_analyzeSignal() 111 LOG_D("It's not that important signal, skipping"); in arch_analyzeSignal() 171 LOG_D("Launching '%s' on file '%s'", args[0], inputFile); in arch_launchChild() 204 LOG_D("No more processes to track"); in arch_checkWait() 212 LOG_D("pid=%d returned with status: %s", pid, in arch_checkWait()
|
/external/honggfuzz/mac/ |
D | arch.c | 197 LOG_D("Process (pid %d) exited normally with status %d", run->pid, WEXITSTATUS(status)); in arch_analyzeSignal() 211 LOG_D("Process (pid %d) killed by signal %d '%s'", run->pid, termsig, strsignal(termsig)); in arch_analyzeSignal() 213 LOG_D("It's not that important signal, skipping"); in arch_analyzeSignal() 323 LOG_D("Launching '%s'", args[0]); in arch_launchChild() 421 LOG_D("Process (pid %d) came back with status: %s", run->pid, in arch_reapChild() 530 LOG_D("CrashReport: %s", description); in write_crash_report() 685 LOG_D("Callstack hash %llu", hash); in hash_callstack() 722 LOG_D("Crash of pid %d", pid); in catch_mach_exception_raise_state_identity()
|
/external/honggfuzz/libhfnetdriver/ |
D | netdriver.c | 145 LOG_D("Connecting to '%s'", files_sockAddrToStr(addr)); in netDriver_sockConnAddr() 295 LOG_D("Module: %s", LIBHFNETDRIVER_module_netdriver); in LLVMFuzzerInitialize()
|
/external/honggfuzz/libhfuzz/ |
D | fetch.c | 57 LOG_D("Current module: %s", LIBHFUZZ_module_fetch); in fetchIsInputAvailable()
|
D | instrument.c | 55 LOG_D("The '%s' envvar is not set", _HF_THREAD_NO_ENV); in initializeInstrument()
|
/external/honggfuzz/libhfcommon/ |
D | log.h | 36 #define LOG_D(...) \ macro
|
D | files.c | 64 LOG_D("Read '%zu' bytes from '%s'", readSz, fileName); in files_readFileToBufMax() 80 LOG_D("Written '%zu' bytes to '%s'", fileSz, fileName); in files_writeBufToFile()
|