Searched refs:on_stdout (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dvgdb.c1048 void report_pid (int pid, Bool on_stdout) argument
1075 fprintf((on_stdout ? stdout : stderr), "use --pid=%d for %s\n", pid, cmdline);
1076 fflush((on_stdout ? stdout : stderr));
1216 report_pid (newpid, /*on_stdout*/ True);
1228 report_pid (pid, /*on_stdout*/ False);
1231 report_pid (newpid, /*on_stdout*/ False);

Completed in 509 milliseconds