Home | History | Annotate | Download | only in sys

Lines Matching refs:PT_ATTACH

146 		DPRINTF("Before calling PT_ATTACH from tracee %d\n", getpid());
147 FORKEE_ASSERT(ptrace(PT_ATTACH, tracee, NULL, 0) != -1);
345 DPRINTF("Before calling PT_ATTACH for tracee %d\n", tracee);
346 SYSCALL_REQUIRE(ptrace(PT_ATTACH, tracee, NULL, 0) != -1);
378 "Assert that tracer parent can PT_ATTACH to its child");
391 "Assert that tracer parent can PT_ATTACH to its stopped child");
426 DPRINTF("Attach to parent PID %d with PT_ATTACH from child\n",
428 FORKEE_ASSERT(ptrace(PT_ATTACH, getppid(), NULL, 0) != -1);
475 "Assert that tracer child can PT_ATTACH to its parent");
488 "Assert that tracer child can PT_ATTACH to its stopped parent");
613 DPRINTF("Before calling PT_ATTACH from tracee %d\n", getpid());
614 FORKEE_ASSERT(ptrace(PT_ATTACH, tracee, NULL, 0) != -1);