Home | History | Annotate | Download | only in sys

Lines Matching refs:DPRINTF

46 	DPRINTF("Before forking process PID=%d\n", getpid());
49 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
52 DPRINTF("Before raising %s from child\n", strsignal(sigval));
59 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
61 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
66 DPRINTF("Before calling ptrace(2) with PT_GET_SIGINFO for "
71 DPRINTF("Signal traced to lwpid=%d\n", info.psi_lwpid);
72 DPRINTF("Signal properties: si_signo=%#x si_code=%#x "
80 DPRINTF("Before resuming the child process in PC=0x0 "
89 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
93 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);