Home
last modified time | relevance | path

Searched refs:debug_printf (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/bmake/
H A Dtarg.c343 debug_printf(" %s%s", gn->name, gn->cohort_num); in PrintNodeNames()
352 debug_printf("# %s:", label); in PrintNodeNamesLine()
354 debug_printf("\n"); in PrintNodeNamesLine()
364 debug_printf("\t%s\n", cmd); in Targ_PrintCmds()
416 debug_printf(" .%s", names[i].name); in Targ_PrintType()
469 debug_printf("# %s%s", gn->name, gn->cohort_num); in Targ_PrintNode()
477 debug_printf("#\n"); in Targ_PrintNode()
479 debug_printf("# *** MAIN TARGET ***\n"); in Targ_PrintNode()
483 debug_printf("# %d unmade children\n", gn->unmade); in Targ_PrintNode()
485 debug_printf("# No unmade children\n"); in Targ_PrintNode()
[all …]
H A Dmake.c124 debug_printf(const char *fmt, ...) in debug_printf() function
278 debug_printf("modified %s...", in GNode_IsOODate()
281 debug_printf("nonexistent..."); in GNode_IsOODate()
337 debug_printf("! operator..."); in GNode_IsOODate()
339 debug_printf(".PHONY node..."); in GNode_IsOODate()
341 debug_printf(".EXEC node..."); in GNode_IsOODate()
356 debug_printf("non existing child..."); in GNode_IsOODate()
418 debug_printf("Make_HandleUse: called for plain node %s\n", in Make_HandleUse()
713 debug_printf("inspect parent %s%s: ", pgn->name, in Make_Update()
716 debug_printf(", unmade %d ", pgn->unmade - 1); in Make_Update()
[all …]
H A Dsuff.c956 debug_printf(" %p:%s", cand, cand->file); in CandidateList_PrintAddrs()
958 debug_printf("\n"); in CandidateList_PrintAddrs()
993 debug_printf("%s add suff %p:%s candidate %p:%s to list %p:", in CandidateList_Add()
1035 debug_printf("cleaning list %p:", sources); in RemoveCandidate()
1058 debug_printf("free: list %p src %p:%s children %d\n", in RemoveCandidate()
1069 debug_printf("keep: list %p src %p:%s children %d:", in RemoveCandidate()
1091 debug_printf("remove from list %p src %p:%s\n", in FindThem()
1194 debug_printf("3 add targ %p:%s ret %p:%s\n", in FindCmds()
2069 debug_printf("#\t%s: ", prefix); in PrintSuffNames()
2072 debug_printf("%s ", suff->name); in PrintSuffNames()
[all …]
H A Djob.c607 debug_printf("%s, job table:\n", where); in JobTable_Dump()
610 debug_printf("job %d, status %s, flags %s, pid %d\n", in JobTable_Dump()
1175 debug_printf("\n"); in DebugFailedJob()
1176 debug_printf("*** Failed target: %s\n", job->node->name); in DebugFailedJob()
1177 debug_printf("*** In directory: %s\n", curdir); in DebugFailedJob()
1178 debug_printf("*** Failed commands:\n"); in DebugFailedJob()
1181 debug_printf("\t%s\n", cmd); in DebugFailedJob()
1185 debug_printf("\t=> %s\n", xcmd); in DebugFailedJob()
1507 debug_printf("Running %s\n", job->node->name); in JobExec()
1508 debug_printf("\tCommand:"); in JobExec()
[all …]
H A Dcompat.c162 debug_printf("\n*** Failed target: %s\n*** Failed command: ", in DebugFailedTarget()
171 debug_printf(" "); in DebugFailedTarget()
174 debug_printf("%c", *p); in DebugFailedTarget()
178 debug_printf("\n"); in DebugFailedTarget()
H A Ddir.c830 debug_printf("%s%s", sep, word); in PrintExpansions()
833 debug_printf("\n"); in PrintExpansions()
1632 debug_printf("#*** Directory Cache:\n"); in Dir_PrintDirectories()
1633 debug_printf( in Dir_PrintDirectories()
1637 debug_printf("# refs hits directory\n"); in Dir_PrintDirectories()
1641 debug_printf("# %4d %4d %s\n", in Dir_PrintDirectories()
1653 debug_printf("%s ", dir->name); in SearchPath_Print()
H A Darch.c544 debug_printf( in ArchStatMember()
757 debug_printf( in ArchFindMember()
932 debug_printf("no toc..."); in RanlibOODate()
939 debug_printf("%s modified %s...", in RanlibOODate()
H A Dmeta.c399 debug_printf("Skipping meta for %s: .%s\n", gn->name, str); \
431 debug_printf("Skipping meta for %s: no commands\n", gn->name); in meta_needed()
445 debug_printf("Skipping meta for %s: no .OBJDIR\n", gn->name); in meta_needed()
456 debug_printf("Skipping meta for %s: .OBJDIR == .CURDIR\n", in meta_needed()
1250 debug_printf("%s:%u: %d: %c: cwd=%s lcwd=%s ldir=%s\n", in meta_oodate()
1280 debug_printf( in meta_oodate()
H A Dmake.h691 void debug_printf(const char *, ...) MAKE_ATTR_PRINTFLIKE(1, 2);
696 debug_printf args; \
H A Dfor.c488 debug_printf("For: loop body with %s:\n%s", in For_NextIteration()
H A Dvar.c3838 debug_printf("Parsing modifier ${%s:%c%s}\n", in LogBeforeApply()
3844 debug_printf( in LogBeforeApply()
3851 debug_printf( in LogBeforeApply()
3864 debug_printf("Result of ${%s:%.*s} is \"%s\"\n", in LogAfterApply()
3869 debug_printf("Result of ${%s:%.*s} is \"%s\" (%s, %s)\n", in LogAfterApply()
4888 debug_printf("%-16s = %s%s\n", varname, in Var_Dump()
H A Dparse.c702 debug_printf("Target \"%s\" depends on \"%s\"\n", in LinkSource()
871 debug_printf( in ApplyDependencySourceOrder()
/freebsd/libexec/rtld-elf/
H A Ddebug.h41 void debug_printf(const char *, ...) __printflike(1, 2);
45 #define dbg(...) debug_printf(__VA_ARGS__)
H A Ddebug.c47 debug_printf(const char *format, ...) in debug_printf() function