Lines Matching refs:linux_msg
146 linux_msg(td, "PT_LWPINFO failed with error %d", error); in linux_ptrace_status()
359 linux_msg(td, "PTRACE_PEEKUSER offset %ld not implemented; " in linux_ptrace_peekuser()
374 linux_msg(td, "PTRACE_POKEUSER not implemented; returning EINVAL"); in linux_ptrace_pokeuser()
387 linux_msg(td, "unknown ptrace option %lx set; " in linux_ptrace_setoptions()
436 linux_msg(td, "PTRACE_GETEVENTMSG not implemented; returning EINVAL"); in linux_ptrace_geteventmsg()
449 linux_msg(td, "PT_LWPINFO failed with error %d", error); in linux_ptrace_getsiginfo()
455 linux_msg(td, "no PL_FLAG_SI, returning %d", error); in linux_ptrace_getsiginfo()
482 linux_msg(td, "PT_LWPINFO failed with error %d", error); in linux_ptrace_getregs()
533 linux_msg(td, "copyin error %d", error); in linux_ptrace_getregset_prstatus()
551 linux_msg(td, "PT_LWPINFO failed with error %d", error); in linux_ptrace_getregset_prstatus()
573 linux_msg(td, "copyout error %d", error); in linux_ptrace_getregset_prstatus()
580 linux_msg(td, "iov copyout error %d", error); in linux_ptrace_getregset_prstatus()
595 linux_msg(td, "PTRAGE_GETREGSET NT_PRFPREG not implemented; " in linux_ptrace_getregset()
599 linux_msg(td, "PTRAGE_GETREGSET NT_X86_XSTATE not implemented; " in linux_ptrace_getregset()
603 linux_msg(td, "PTRACE_GETREGSET request %#lx not implemented; " in linux_ptrace_getregset()
613 linux_msg(td, "PTRACE_SEIZE not implemented; returning EINVAL"); in linux_ptrace_seize()
629 linux_msg(td, "PT_LWPINFO failed with error %d", error); in linux_ptrace_get_syscall_info()
651 linux_msg(td, "PT_GET_SC_ARGS failed with error %d", in linux_ptrace_get_syscall_info()
660 linux_msg(td, "PT_GET_SC_RET failed with error %d", in linux_ptrace_get_syscall_info()
804 linux_msg(td, "ptrace(%ld, ...) not implemented; " in linux_ptrace()