Lines Matching refs:DEBUG

75 void wfn() { LOG(DEBUG) << "debug"; }  in wfn()
77 void ffn() { LOG(DEBUG) << "debug"; } in ffn()
82 LOG(DEBUG) << "Skip loading " << target_dll_path; in LoadTargetComponent()
89 LOG(DEBUG) << "Loaded the target"; in LoadTargetComponent()
91 LOG(DEBUG) << "Loaded a non-legacy HAL file."; in LoadTargetComponent()
94 LOG(DEBUG) << "Target DLL path " << target_dll_path_; in LoadTargetComponent()
104 LOG(DEBUG) << "Module file name: " << component_filename_; in LoadTargetComponent()
106 LOG(DEBUG) << "Target_dll_path " << target_dll_path_; in LoadTargetComponent()
110 LOG(DEBUG) << "gcov init " << target_loader_.GcovInit(wfn, ffn); in LoadTargetComponent()
117 LOG(DEBUG) << "Fuzzing target component: " in Fuzz()
157 LOG(DEBUG) << "dir " << dent->d_name; in FunctionCallBegin()
194 LOG(DEBUG) << "module_basepath " << string(dent->d_name); in FunctionCallBegin()
196 LOG(DEBUG) << "hit"; in FunctionCallBegin()
223 LOG(DEBUG) << "file = " << dent->d_name; in ReadGcdaFile()
237 LOG(DEBUG) << "Opened a gcda file. " << buffer; in ReadGcdaFile()
241 LOG(DEBUG) << "File size " << gcda_file_size << " bytes"; in ReadGcdaFile()
253 LOG(DEBUG) << "GCDA field populated."; in ReadGcdaFile()
269 LOG(DEBUG) << result->at(index); in ReadGcdaFile()
289 LOG(DEBUG) << "readdir(" << basepath << ") for " << dent->d_name; in ScanAllGcdaFiles()
306 LOG(DEBUG) << "closedir(" << srcdir << ")"; in ScanAllGcdaFiles()
328 LOG(DEBUG) << "readdir(" << srcdir << ") for " << dent->d_name; in FunctionCallEnd()
343 LOG(DEBUG) << "closedir(" << srcdir << ")"; in FunctionCallEnd()