Searched refs:ptrace (Results 451 - 475 of 511) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-s390-low.cc28 #include <asm/ptrace.h>
551 PTRACE_XFER_TYPE pswm = ptrace (PTRACE_PEEKUSER, pid,
575 if (ptrace (PTRACE_GETREGSET, pid, (long) regset, (long) &iov) >= 0
798 CORE_ADDR res = ptrace (PTRACE_PEEKUSER, lwpid, (long) PT_ACR0, (long) 0);
H A Dlinux-aarch64-low.cc36 #include <asm/ptrace.h>
46 #include "nat/aarch64-mte-linux-ptrace.h"
47 #include "nat/aarch64-sve-linux-ptrace.h"
563 if (ptrace (PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0)
906 if (ptrace (PTRACE_GETREGSET, lwpid, NT_ARM_TLS, &iovec) != 0)
2283 NT_ARM_TLS register accessible with ptrace.
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp29 #include <sys/ptrace.h>
H A Dsanitizer_platform_limits_posix.cpp95 # include <sys/ptrace.h>
98 # include <asm/ptrace.h>
H A Dsanitizer_linux.cpp69 #include <sys/ptrace.h>
718 return internal_syscall(SYSCALL(ptrace), request, pid, (uptr)addr,
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dtrap.c85 #include <sys/ptrace.h>
/netbsd-current/sys/kern/
H A Dsys_lwp.c50 #include <sys/ptrace.h>
H A Dkern_exit.c93 #include <sys/ptrace.h>
285 * Drain all remaining references that procfs, ptrace and others may
1172 * If we got the child via ptrace(2) or procfs, and
/netbsd-current/sys/arch/vax/vax/
H A Dmachdep.c108 #include <sys/ptrace.h>
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dnetbsd32_machdep.c40 #include <sys/ptrace.h>
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc89 # include <sys/ptrace.h>
91 # include <asm/ptrace.h>
H A Dsanitizer_linux.cc56 #include <sys/ptrace.h>
725 return internal_syscall(SYSCALL(ptrace), request, pid, (uptr)addr,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc128 # include <sys/ptrace.h>
134 # include <asm/ptrace.h>
H A Dsanitizer_linux.cc60 #include <sys/ptrace.h>
773 return internal_syscall(SYSCALL(ptrace), request, pid, (uptr)addr,
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A DMakefile.in217 $(srcdir)/../gdb/nat/aarch64-sve-linux-ptrace.c \
H A Dlinux-aarch64-low.cc36 #include <asm/ptrace.h>
45 #include "nat/aarch64-sve-linux-ptrace.h"
473 if (ptrace (PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0)
767 if (ptrace (PTRACE_GETREGSET, lwpid, NT_ARM_TLS, &iovec) != 0)
2144 NT_ARM_TLS register accessible with ptrace.
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A DMakefile.in1368 inf-ptrace.h \
1550 nat/aarch64-mte-linux-ptrace.h \
1551 nat/aarch64-sve-linux-ptrace.h \
1561 nat/linux-ptrace.h \
1723 inf-ptrace.c \
H A Ddarwin-nat.c43 #include <sys/ptrace.h>
77 Although ptrace(2) is available on Darwin, it is not complete. We have
223 /* Set errno to zero, and then call ptrace with the given arguments.
227 The returned value is the same as the value returned by ptrace,
239 ret = ptrace (request, pid, arg3, arg4);
243 inferior_debug (4, _("ptrace (%s, %d, 0x%lx, %d): %d (%s)\n"),
843 inferior_debug (1, _("ptrace THUP: res=%d\n"), res);
847 /* Note: ptrace is allowed only if the process is stopped.
1880 things, this prevents certain executables from being ptrace'd. In
2076 /* If ptrace() i
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A DMakefile.in1314 inf-ptrace.h \
1492 nat/aarch64-sve-linux-ptrace.h \
1502 nat/linux-ptrace.h \
2206 inf-ptrace.c \
H A Ddarwin-nat.c43 #include <sys/ptrace.h>
77 Although ptrace(2) is available on Darwin, it is not complete. We have
223 /* Set errno to zero, and then call ptrace with the given arguments.
227 The returned value is the same as the value returned by ptrace,
239 ret = ptrace (request, pid, arg3, arg4);
243 inferior_debug (4, _("ptrace (%s, %d, 0x%lx, %d): %d (%s)\n"),
832 inferior_debug (1, _("ptrace THUP: res=%d\n"), res);
836 /* Note: ptrace is allowed only if the process is stopped.
1861 things, this prevents certain executables from being ptrace'd. In
2067 /* If ptrace() i
[all...]
/netbsd-current/sys/compat/linux/common/
H A Dlinux_misc.c100 #include <sys/ptrace.h>
101 #include <machine/ptrace.h>
1296 * Linux ptrace(PTRACE_CONT, pid, 0, 0) means actually
/netbsd-current/sys/compat/sunos/
H A Dsunos_misc.c70 #include <sys/ptrace.h>
/netbsd-current/sys/arch/powerpc/booke/
H A Dtrap.c50 #include <sys/ptrace.h>
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32.h42 #include <sys/ptrace.h>
332 /* from <sys/ptrace.h> */
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dconfigure10026 # Check the return and argument types of ptrace.
10029 for ac_header in sys/ptrace.h ptrace.h
10046 # include <sys/ptrace.h>
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
10056 $as_echo_n "checking return type of ptrace... " >&6; }
10066 extern long ptrace (enum __ptrace_request, ...);
10081 extern int ptrace ();
10109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
10110 $as_echo_n "checking types of arguments for ptrace
[all...]

Completed in 292 milliseconds

<<11121314151617181920>>