Home | History | Annotate | Download | only in coregrind

Lines Matching refs:sigint

656 static int sigint = 0;
668 if (signum == SIGINT)
669 sigint++;
718 /* SIGINT: when user types C-c in gdb, this sends
719 a SIGINT to vgdb + causes a character to be sent to remote gdbserver.
721 if (sigaction (SIGINT, &action, &oldaction) != 0)
722 XERROR (errno, "vgdb error sigaction SIGINT\n");
724 reporting this SIGINT E.g. behave similarly to the gdb: two
756 DEBUG(1, "nr received signals: sigint %d sigterm %d sighup %d sigpipe %d\n",
757 sigint, sigterm, sighup, sigpipe);