Home | History | Annotate | Download | only in coregrind

Lines Matching defs:user

102 #include <sys/user.h>
110 // Outputs information for the user about ptrace_scope protection
689 static struct user user_save;
860 struct user user_mod;
1471 const HChar *user, *host;
1474 user = getenv("LOGNAME");
1475 if (user == NULL) user = getenv("USER");
1476 if (user == NULL) user = "???";
1482 len = strlen(vgdb_prefix) + strlen(user) + strlen(host) + 40;
1488 pid, user, host);
1490 pid, user, host);
1492 pid, user, host);
1673 /* SIGINT: when user types C-c in gdb, this sends
1684 vgdb receives this signal, it will simulate the user typing C-c. */
1714 a sigterm signal is (probably) received from gdb if the user wants to
1790 sigusr1_fd = to_pid; /* allow simulating user typing control-c */
1999 /* report to user the existence of a vgdb-able valgrind process
2056 "For more info: read user manual section"