Lines Matching defs:traced
1286 bool traced;
1315 traced = ISSET(p->p_slflag, PSL_TRACED) &&
1319 * If proc is traced, always give parent a chance.
1321 if (traced) {
1326 * If the process is being traced and the signal
1416 if (traced)
1429 * - If traced, then no action is needed, unless killing.
1432 if (traced && signo != SIGKILL) {
1444 if (traced) {
1475 KASSERT(!traced);
1564 * an event specific to a traced process only.
1610 * If we are no longer traced, abandon this event signal.
1692 * Stop the current process and switch away when being stopped or traced.
1794 * If we are no longer being traced, or the parent didn't
1831 bool traced;
1898 traced = ISSET(p->p_slflag, PSL_TRACED) &&
1925 * we are being traced.
1928 !traced) {
1934 * If traced, always stop, and stay stopped until released
1938 if (traced && signo != SIGKILL &&
1995 if ((traced &&
2024 * than SIGCONT, unless process is traced.
2026 if ((prop & SA_CONT) == 0 && !traced)
2596 * If we are no longer traced, abandon this event signal.