Searched refs:ptrace (Results 476 - 500 of 511) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-ppc-low.cc26 #include <asm/ptrace.h>
31 #include "nat/linux-ptrace.h"
126 many shipped PPC64 kernels had the wrong value in ptrace.h. */
206 if (ptrace (PTRACE_GETREGSET, tid, regset_id, &iov) >= 0
508 has a perf event open, ptrace can return in error when reading and
H A Dconfigure9397 # Check the return and argument types of ptrace.
9400 for ac_header in sys/ptrace.h ptrace.h
9417 # include <sys/ptrace.h>
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
9427 $as_echo_n "checking return type of ptrace... " >&6; }
9437 extern long ptrace (enum __ptrace_request, ...);
9451 extern int ptrace ();
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
9474 $as_echo_n "checking types of arguments for ptrace
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A DMakefile.in126 $(top_srcdir)/../gdb/ptrace.m4 $(top_srcdir)/warning.m4 \
H A Dconfigure10692 # Check the return and argument types of ptrace.
10695 for ac_header in sys/ptrace.h ptrace.h
10712 # include <sys/ptrace.h>
10721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
10722 $as_echo_n "checking return type of ptrace... " >&6; }
10732 extern long ptrace (enum __ptrace_request, ...);
10746 extern int ptrace ();
10768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
10769 $as_echo_n "checking types of arguments for ptrace
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgnu-nat.c57 #include <sys/ptrace.h>
2131 if (ptrace (PTRACE_TRACEME) != 0)
2132 trace_start_error_with_name ("ptrace");
2168 immediately because of the ptrace. */
H A Daarch64-linux-tdep.c1177 SYSCALL_MAP (ptrace);
1329 /* Retrieve the syscall number at a ptrace syscall-stop, either on syscall entry
H A Dgdbarch.sh1308 ptrace operations; the layout of certain RSP packets; the solib_ops
H A Dconfigure11851 sys/resource.h sys/ptrace.h ptrace.h \
15243 # Check the return and argument types of ptrace.
15246 for ac_header in sys/ptrace.h ptrace.h
15263 # include <sys/ptrace.h>
15272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
15273 $as_echo_n "checking return type of ptrace... " >&6; }
15283 extern long ptrace (enum __ptrace_request, ...);
15297 extern int ptrace ();
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A DMakefile.in126 $(top_srcdir)/ptrace.m4 $(top_srcdir)/compiler-type.m4 \
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-ppc-low.cc26 #include <asm/ptrace.h>
31 #include "nat/linux-ptrace.h"
126 many shipped PPC64 kernels had the wrong value in ptrace.h. */
206 if (ptrace (PTRACE_GETREGSET, tid, regset_id, &iov) >= 0
508 has a perf event open, ptrace can return in error when reading and
H A Dconfigure9446 # Check the return and argument types of ptrace.
9449 for ac_header in sys/ptrace.h ptrace.h
9466 # include <sys/ptrace.h>
9475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of ptrace" >&5
9476 $as_echo_n "checking return type of ptrace... " >&6; }
9486 extern long ptrace (enum __ptrace_request, ...);
9501 extern int ptrace ();
9529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for ptrace" >&5
9530 $as_echo_n "checking types of arguments for ptrace
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgnu-nat.c58 #include <sys/ptrace.h>
2129 if (ptrace (PTRACE_TRACEME) != 0)
2130 trace_start_error_with_name ("ptrace");
2167 immediately because of the ptrace. */
H A Daarch64-linux-tdep.c1322 SYSCALL_MAP (ptrace);
1475 /* Retrieve the syscall number at a ptrace syscall-stop, either on syscall entry
/netbsd-current/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c61 #include <sys/ptrace.h>
/netbsd-current/sys/kern/
H A Dsys_ptrace_common.c130 #include <sys/ptrace.h>
H A Dkern_lwp.c108 * control signal, or as a result of the ptrace() interface.
248 #include <sys/ptrace.h>
H A Dkern_exec.c80 #include <sys/ptrace.h>
793 * to avoid race conditions - e.g. in ptrace() - that might allow
H A Dkern_sig.c87 #include <sys/ptrace.h>
/netbsd-current/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c62 #include <sys/ptrace.h>
/netbsd-current/sys/compat/sunos32/
H A Dsunos32_misc.c104 #include <sys/ptrace.h>
/netbsd-current/sys/arch/hppa/hppa/
H A Dtrap.c1154 #include <sys/ptrace.h>
/netbsd-current/usr.bin/kdump/
H A Dkdump.c56 #include <sys/ptrace.h>
996 } else if (strcmp(sys_name, "ptrace") == 0 && argcount >= 1) {
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_netbsd.c73 #include <sys/ptrace.h>
/netbsd-current/sys/miscfs/procfs/
H A Dprocfs_vnops.c125 #include <sys/ptrace.h>
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc75 #include <sys/ptrace.h>

Completed in 703 milliseconds

<<11121314151617181920>>