Home | History | Annotate | Download | only in sys

Lines Matching refs:DPRINTF

57 	DPRINTF("Before forking process PID=%d\n", getpid());
60 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
63 DPRINTF("Before raising %s from child\n", strsignal(sigval));
66 DPRINTF("Before exiting of the child process\n");
69 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
71 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
78 DPRINTF("Call GETREGS for the child process\n");
82 DPRINTF("Retrieved registers\n");
85 DPRINTF("Retrieved %" PRIxREGISTER "\n", rgstr);
88 DPRINTF("Retrieved PC %" PRIxREGISTER "\n", rgstr);
96 DPRINTF("Set PC %" PRIxREGISTER "\n", rgstr);
104 DPRINTF("Retrieved %" PRIxREGISTER "\n", rgstr);
107 DPRINTF("Retrieved %" PRIxREGISTER "\n", rgstr);
109 DPRINTF("Call SETREGS for the child process\n");
118 DPRINTF("Call GETFPREGS for the child process\n");
122 DPRINTF("Retrieved FP registers\n");
124 DPRINTF("Call SETFPREGS for the child\n");
131 DPRINTF("Before resuming the child process where it left off and "
136 DPRINTF("Before resuming the child process where it left off "
141 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
145 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
149 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
155 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);