Home | History | Annotate | Download | only in sys

Lines Matching refs:PT_LWPINFO

149 		DPRINTF("Before calling ptrace(2) with PT_LWPINFO for child\n");
150 SYSCALL_REQUIRE(ptrace(PT_LWPINFO, child, &lwp, sizeof(lwp))
168 DPRINTF("Before calling ptrace(2) with PT_LWPINFO for child\n");
169 SYSCALL_REQUIRE(ptrace(PT_LWPINFO, child, &lwp, sizeof(lwp))
233 DPRINTF("Before calling ptrace(2) with PT_LWPINFO for "
236 ptrace(PT_LWPINFO, child, &lwp, sizeof(lwp)) != -1);
321 DPRINTF("Before calling ptrace(2) with PT_LWPINFO for "
323 SYSCALL_REQUIRE(ptrace(PT_LWPINFO, child, &lwp, sizeof(lwp))
496 PT_LWPINFO for child\n");
497 FORKEE_ASSERT(ptrace(PT_LWPINFO, tracee, &lwp, sizeof(lwp))
507 DPRINTF("Before calling ptrace(2) with PT_LWPINFO for "
509 FORKEE_ASSERT(ptrace(PT_LWPINFO, tracee, &lwp, sizeof(lwp))
548 DPRINTF("Before calling ptrace(2) with PT_LWPINFO for "
550 FORKEE_ASSERT(ptrace(PT_LWPINFO, tracee, &lwp,
563 DPRINTF("Before calling ptrace(2) with PT_LWPINFO for "
565 FORKEE_ASSERT(ptrace(PT_LWPINFO, tracee, &lwp, sizeof(lwp))