Home | History | Annotate | Download | only in coregrind

Lines Matching defs:out

263          or check for cmd time out. */
1071 FILE *out = on_stdout ? stdout : stderr;
1073 fprintf(out, "use --pid=%d for ", pid);
1080 fprintf(out, "(could not open process command line)\n");
1089 fprintf(out, "%s", cmdline);
1094 fprintf(out, "(error reading process command line)");
1096 fprintf(out, "\n");
1099 fflush(out);
1117 " [--cmd-time-out=<number>] [-l] [-D] [-d]\n"
1129 " --cmd-time-out (default 99999999) tells vgdb to exit if the found Valgrind\n"
1386 } else if (is_opt(argv[i], "--cmd-time-out=")) {
1388 fprintf (stderr, "invalid --cmd-time-out argument %s\n", argv[i]);
1451 "--max-invoke-ms must be < --cmd-time-out * 1000\n");