/external/google-breakpad/src/client/linux/minidump_writer/ |
linux_ptrace_dumper.cc | 66 if (sys_ptrace(PTRACE_ATTACH, pid, NULL, NULL) != 0 && 72 sys_ptrace(PTRACE_DETACH, pid, NULL, NULL); 85 if (sys_ptrace(PTRACE_GETREGS, pid, NULL, ®s) == -1 || 92 sys_ptrace(PTRACE_DETACH, pid, NULL, NULL); 101 return sys_ptrace(PTRACE_DETACH, pid, NULL, NULL) >= 0; 143 if (sys_ptrace(PTRACE_PEEKDATA, child, remote + done, &tmp) == -1) { 195 if (sys_ptrace(PTRACE_GETREGSET, tid, (void*)NT_PRSTATUS, (void*)&io) == -1) { 201 if (sys_ptrace(PTRACE_GETREGSET, tid, (void*)NT_FPREGSET, (void*)&io) == -1) { 205 if (sys_ptrace(PTRACE_GETREGS, tid, NULL, &info->regs) == -1) { 209 if (sys_ptrace(PTRACE_GETFPREGS, tid, NULL, &info->fpregs) == -1) [all...] |
/external/linux-kselftest/tools/testing/selftests/ptrace/ |
peeksiginfo.c | 26 static int sys_ptrace(int request, pid_t pid, void *addr, void *data) function 28 return syscall(SYS_ptrace, request, pid, addr, data); 73 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_rw); 75 err("sys_ptrace() returns %d (expected -1)," 83 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, 86 err("sys_ptrace() returns %d (expected 2): %m\n", ret); 91 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_ro); 93 err("sys_ptrace() returns %d (expected -1)," 122 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, siginfo); 188 if (sys_ptrace(PTRACE_ATTACH, child, NULL, NULL) == -1 [all...] |
/bionic/tests/ |
sys_ptrace_test.cpp | 219 TEST(sys_ptrace, watchpoint_stress) { 257 TEST(sys_ptrace, watchpoint_imprecise) { 333 TEST(sys_ptrace, hardware_breakpoint) {
|
/external/selinux/libsepol/tests/policies/test-expander/ |
alias-base.conf | 377 sys_ptrace
|
role-base.conf | 377 sys_ptrace
|
user-base.conf | 377 sys_ptrace
|
small-base.conf | 377 sys_ptrace
|
/external/selinux/libsepol/tests/policies/test-hooks/ |
cmp_policy.conf | 377 sys_ptrace
|
small-base.conf | 377 sys_ptrace
|
/external/selinux/libsepol/tests/policies/test-deps/ |
base-metreq.conf | 377 sys_ptrace
|
base-notmetreq.conf | 372 sys_ptrace
|
small-base.conf | 377 sys_ptrace
|
/external/selinux/libsepol/tests/policies/test-linker/ |
small-base.conf | 377 sys_ptrace
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
zsysnum_openbsd_386.go | 33 SYS_PTRACE = 26 // { int sys_ptrace(int req, pid_t pid, caddr_t addr, \
|
zsysnum_openbsd_amd64.go | 34 SYS_PTRACE = 26 // { int sys_ptrace(int req, pid_t pid, caddr_t addr, \
|
zsysnum_openbsd_arm.go | 34 SYS_PTRACE = 26 // { int sys_ptrace(int req, pid_t pid, caddr_t addr, \
|
/external/kernel-headers/original/uapi/asm-generic/ |
unistd.h | 368 __SYSCALL(__NR_ptrace, sys_ptrace)
|
/external/selinux/libsepol/tests/policies/test-cond/ |
refpolicy-base.conf | 335 sys_ptrace [all...] |