Lines Matching refs:DPRINTF
50 DPRINTF("Before forking process PID=%d\n", getpid());
53 DPRINTF("Before calling PT_TRACE_ME from child %d\n", getpid());
56 DPRINTF("Before raising %s from child\n", strsignal(sigval));
59 DPRINTF("Before exiting of the child process\n");
62 DPRINTF("Parent process PID=%d, child's PID=%d\n", getpid(), child);
64 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
69 DPRINTF("Call GETREGS for the child process\n");
72 DPRINTF("RAX=%#" PRIxREGISTER "\n", r.regs[_REG_RAX]);
73 DPRINTF("RBX=%#" PRIxREGISTER "\n", r.regs[_REG_RBX]);
74 DPRINTF("RCX=%#" PRIxREGISTER "\n", r.regs[_REG_RCX]);
75 DPRINTF("RDX=%#" PRIxREGISTER "\n", r.regs[_REG_RDX]);
77 DPRINTF("RDI=%#" PRIxREGISTER "\n", r.regs[_REG_RDI]);
78 DPRINTF("RSI=%#" PRIxREGISTER "\n", r.regs[_REG_RSI]);
80 DPRINTF("GS=%#" PRIxREGISTER "\n", r.regs[_REG_GS]);
81 DPRINTF("FS=%#" PRIxREGISTER "\n", r.regs[_REG_FS]);
82 DPRINTF("ES=%#" PRIxREGISTER "\n", r.regs[_REG_ES]);
83 DPRINTF("DS=%#" PRIxREGISTER "\n", r.regs[_REG_DS]);
84 DPRINTF("CS=%#" PRIxREGISTER "\n", r.regs[_REG_CS]);
85 DPRINTF("SS=%#" PRIxREGISTER "\n", r.regs[_REG_SS]);
87 DPRINTF("RSP=%#" PRIxREGISTER "\n", r.regs[_REG_RSP]);
88 DPRINTF("RIP=%#" PRIxREGISTER "\n", r.regs[_REG_RIP]);
90 DPRINTF("RFLAGS=%#" PRIxREGISTER "\n", r.regs[_REG_RFLAGS]);
92 DPRINTF("R8=%#" PRIxREGISTER "\n", r.regs[_REG_R8]);
93 DPRINTF("R9=%#" PRIxREGISTER "\n", r.regs[_REG_R9]);
94 DPRINTF("R10=%#" PRIxREGISTER "\n", r.regs[_REG_R10]);
95 DPRINTF("R11=%#" PRIxREGISTER "\n", r.regs[_REG_R11]);
96 DPRINTF("R12=%#" PRIxREGISTER "\n", r.regs[_REG_R12]);
97 DPRINTF("R13=%#" PRIxREGISTER "\n", r.regs[_REG_R13]);
98 DPRINTF("R14=%#" PRIxREGISTER "\n", r.regs[_REG_R14]);
99 DPRINTF("R15=%#" PRIxREGISTER "\n", r.regs[_REG_R15]);
101 DPRINTF("Before resuming the child process where it left off and "
105 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);
110 DPRINTF("Before calling %s() for the child\n", TWAIT_FNAME);