Searched refs:P_TRACED (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/sys/fs/procfs/
H A Dprocfs_ctl.c63 ((p)->p_flag & P_TRACED))
124 if (p->p_flag & P_TRACED) {
143 p->p_flag |= P_TRACED;
172 * be set up for tracing (P_TRACED flag set).
210 if ((p->p_flag & P_TRACED) == 0) {
216 p->p_flag &= ~(P_TRACED | P_STOPPED_TRACE);
271 if (p->p_flag & P_TRACED) {
274 (p->p_flag & P_TRACED) &&
/freebsd-10.0-release/sys/kern/
H A Dsubr_syscall.c67 if (p->p_flag & P_TRACED) {
87 if (p->p_flag & P_TRACED && p->p_stops & S_PT_SCE) {
188 if (p->p_flag & P_TRACED) {
H A Dkern_exit.c268 p->p_flag &= ~(P_TRACED | P_PPWAIT | P_PPTRACE);
434 if (q->p_flag & P_TRACED) {
440 * list due to present P_TRACED flag. Clear
444 q->p_flag &= ~(P_TRACED | P_STOPPED_TRACE);
1117 (p->p_flag & P_TRACED) != 0 &&
1255 if (child->p_flag & P_TRACED) {
H A Dkern_fork.c695 if ((p1->p_flag & (P_TRACED | P_FOLLOWFORK)) == (P_TRACED |
1027 if ((p->p_pptr->p_flag & (P_TRACED | P_FOLLOWFORK)) ==
1028 (P_TRACED | P_FOLLOWFORK)) {
1034 p->p_flag |= P_TRACED;
H A Dsys_process.c751 if (p->p_flag & P_TRACED) {
757 if (curp->p_flag & P_TRACED) {
778 if ((p->p_flag & P_TRACED) == 0) {
826 p->p_flag |= P_TRACED;
843 p->p_flag |= P_TRACED;
938 p->p_flag &= ~(P_TRACED | P_WAITED | P_FOLLOWFORK);
H A Dkern_sig.c1884 if ((p->p_flag & P_TRACED) == 0 && SIGISMEMBER(ps->ps_sigcatch, sig) &&
2158 if (p->p_flag & P_TRACED)
2174 if (p->p_flag & P_TRACED)
2224 if (p->p_flag & P_TRACED)
2259 if (p->p_flag & P_TRACED || action == SIG_CATCH) {
2440 while ((p->p_flag & P_TRACED) && (td->td_dbgflags & TDB_XSIG)) {
2462 if (!(p->p_flag & P_TRACED))
2492 if (p->p_flag & P_TRACED || SIGISMEMBER(ps->ps_sigcatch, sig))
2589 int traced = (p->p_flag & P_TRACED) || (p->p_stops & S_SIG);
2609 * only if P_TRACED wa
[all...]
H A Dkern_thread.c776 ((p->p_flag & P_TRACED) && (td->td_dbgflags & TDB_SUSPEND))) {
H A Dkern_exec.c699 (p->p_flag & P_TRACED) == 0) {
H A Dkern_umtx.c647 ((p->p_flag & P_TRACED) && (td->td_dbgflags & TDB_SUSPEND))) {
/freebsd-10.0-release/sys/arm/arm/
H A Dgenassym.c134 ASSYM(P_TRACED, P_TRACED);
/freebsd-10.0-release/sys/ddb/
H A Ddb_ps.c176 if (p->p_flag & P_TRACED)
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_ptrace.c376 if ((p->p_flag & P_TRACED) == 0) {
/freebsd-10.0-release/sys/vm/
H A Dvm_glue.c855 (p->p_flag & (P_STOPPED_SINGLE|P_TRACED|P_SYSTEM|P_WEXIT)
/freebsd-10.0-release/bin/ps/
H A Dprint.c264 if (flag & P_TRACED)
/freebsd-10.0-release/sys/sys/
H A Dproc.h615 #define P_TRACED 0x00800 /* Debugged process being traced. */ macro
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_misc.c1296 (p->p_flag & P_TRACED || uap->options & SVR4_WSTOPPED)) {

Completed in 127 milliseconds