HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_ATTACH (Results 1 - 25 of 41) sorted by null

1 2

  /bionic/libc/include/sys/
ptrace.h 54 #define PT_ATTACH PTRACE_ATTACH
  /external/ltp/testcases/kernel/syscalls/ptrace/
ptrace03.c 110 PTRACE_ATTACH, &init_pid, EPERM}, {
111 PTRACE_ATTACH, &unused_pid, ESRCH}, {
ptrace07.c 115 TEST(ptrace(PTRACE_ATTACH, pid, 0, 0));
117 tst_brk(TBROK | TTERRNO, "PTRACE_ATTACH failed");
  /bionic/libc/kernel/uapi/linux/
ptrace.h 32 #define PTRACE_ATTACH 16
  /external/kernel-headers/original/uapi/linux/
ptrace.h 22 #define PTRACE_ATTACH 16
  /external/strace/xlat/
ptrace_cmds.h 47 #if defined(PTRACE_ATTACH) || (defined(HAVE_DECL_PTRACE_ATTACH) && HAVE_DECL_PTRACE_ATTACH)
48 XLAT(PTRACE_ATTACH),
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
thread-prctl.c 88 printf("tracer to PTRACE_ATTACH my tracee %d\n", tracee);
89 ptrace_result = ptrace(PTRACE_ATTACH, tracee, NULL, NULL);
  /external/strace/
process.c 114 case PTRACE_ATTACH:
  /external/strace/tests/
options-syntax.test 138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
ptrace.c 225 do_ptrace(PTRACE_ATTACH, pid, 0, 0);
226 printf("ptrace(PTRACE_ATTACH, %u) = %s\n", (unsigned) pid, errstr);
  /external/strace/tests-m32/
options-syntax.test 138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
ptrace.c 225 do_ptrace(PTRACE_ATTACH, pid, 0, 0);
226 printf("ptrace(PTRACE_ATTACH, %u) = %s\n", (unsigned) pid, errstr);
  /external/strace/tests-mx32/
options-syntax.test 138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
ptrace.c 225 do_ptrace(PTRACE_ATTACH, pid, 0, 0);
226 printf("ptrace(PTRACE_ATTACH, %u) = %s\n", (unsigned) pid, errstr);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 66 if (sys_ptrace(PTRACE_ATTACH, pid, NULL, NULL) != 0 &&
  /external/linux-kselftest/tools/testing/selftests/ptrace/
peeksiginfo.c 188 if (sys_ptrace(PTRACE_ATTACH, child, NULL, NULL) == -1)
  /external/linux-kselftest/tools/testing/selftests/x86/
mov_ss_trap.c 74 if (ptrace(PTRACE_ATTACH, parent, NULL, NULL) != 0)
75 err(1, "PTRACE_ATTACH");
protection_keys.c 1238 ret = ptrace(PTRACE_ATTACH, child_pid, ignored, ignored);
    [all...]
  /external/ltp/testcases/kernel/controllers/freezer/
vfork.c 341 if (ptrace(PTRACE_ATTACH, child, NULL, NULL) == -1) {
  /external/wayland/tests/
test-runner.c 311 if (ptrace(PTRACE_ATTACH, ppid, NULL, NULL) != 0)
  /art/tools/timeout_dumper/
timeout_dumper.cc 363 if (::ptrace(PTRACE_ATTACH, tid, 0, 0) != 0) {
599 CHECK_EQ(0, ::ptrace(PTRACE_ATTACH, forked_pid, 0, 0));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 126 if (internal_iserror(internal_ptrace(PTRACE_ATTACH, tid, nullptr, nullptr),
  /external/elfutils/libdwfl/
linux-pid-attach.c 76 if (ptrace (PTRACE_ATTACH, tid, NULL, NULL) != 0)
86 a SIGSTOP notification in that case in response to our PTRACE_ATTACH
  /external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
ptrace.h 68 ret = ptrace(PTRACE_ATTACH, child, NULL, NULL);
70 perror("ptrace(PTRACE_ATTACH) failed");
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c     [all...]

Completed in 3272 milliseconds

1 2