Home | History | Annotate | Download | only in coregrind

Lines Matching defs:out

263          or check for cmd time out. */
1077 FILE *out = on_stdout ? stdout : stderr;
1079 fprintf(out, "use --pid=%d for ", pid);
1086 fprintf(out, "(could not open process command line)\n");
1095 fprintf(out, "%s", cmdline);
1100 fprintf(out, "(error reading process command line)");
1102 fprintf(out, "\n");
1105 fflush(out);
1123 " [--cmd-time-out=<number>] [-l] [-D] [-d]\n"
1135 " --cmd-time-out (default 99999999) tells vgdb to exit if the found Valgrind\n"
1392 } else if (is_opt(argv[i], "--cmd-time-out=")) {
1394 fprintf (stderr, "invalid --cmd-time-out argument %s\n", argv[i]);
1457 "--max-invoke-ms must be < --cmd-time-out * 1000\n");