Home | History | Annotate | Download | only in sys

Lines Matching refs:DPRINTF

47 	DPRINTF("Before forking process PID=%d\n", getpid());
50 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
53 DPRINTF("Before raising %s from child\n", strsignal(sigval));
56 DPRINTF("Before exiting of the child process\n");
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("Call GETREGS for the child process\n");
69 DPRINTF("EAX=%#" PRIxREGISTER "\n", r.r_eax);
70 DPRINTF("EBX=%#" PRIxREGISTER "\n", r.r_ebx);
71 DPRINTF("ECX=%#" PRIxREGISTER "\n", r.r_ecx);
72 DPRINTF("EDX=%#" PRIxREGISTER "\n", r.r_edx);
74 DPRINTF("ESP=%#" PRIxREGISTER "\n", r.r_esp);
75 DPRINTF("EBP=%#" PRIxREGISTER "\n", r.r_ebp);
77 DPRINTF("ESI=%#" PRIxREGISTER "\n", r.r_esi);
78 DPRINTF("EDI=%#" PRIxREGISTER "\n", r.r_edi);
80 DPRINTF("EIP=%#" PRIxREGISTER "\n", r.r_eip);
82 DPRINTF("EFLAGS=%#" PRIxREGISTER "\n", r.r_eflags);
84 DPRINTF("CS=%#" PRIxREGISTER "\n", r.r_cs);
85 DPRINTF("SS=%#" PRIxREGISTER "\n", r.r_ss);
86 DPRINTF("DS=%#" PRIxREGISTER "\n", r.r_ds);
87 DPRINTF("ES=%#" PRIxREGISTER "\n", r.r_es);
88 DPRINTF("FS=%#" PRIxREGISTER "\n", r.r_fs);
89 DPRINTF("GS=%#" PRIxREGISTER "\n", r.r_gs);
91 DPRINTF("Before resuming the child process where it left off and "
95 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
100 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);