Searched refs:sys_ptrace (Results 1 – 22 of 22) sorted by relevance
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper.cc | 66 if (sys_ptrace(PTRACE_ATTACH, pid, NULL, NULL) != 0 && in SuspendThread() 72 sys_ptrace(PTRACE_DETACH, pid, NULL, NULL); in SuspendThread() 85 if (sys_ptrace(PTRACE_GETREGS, pid, NULL, ®s) == -1 || in SuspendThread() 92 sys_ptrace(PTRACE_DETACH, pid, NULL, NULL); in SuspendThread() 101 return sys_ptrace(PTRACE_DETACH, pid, NULL, NULL) >= 0; in ResumeThread() 143 if (sys_ptrace(PTRACE_PEEKDATA, child, remote + done, &tmp) == -1) { in CopyFromProcess() 195 if (sys_ptrace(PTRACE_GETREGSET, tid, (void*)NT_PRSTATUS, (void*)&io) == -1) { in GetThreadInfoByIndex() 201 if (sys_ptrace(PTRACE_GETREGSET, tid, (void*)NT_FPREGSET, (void*)&io) == -1) { in GetThreadInfoByIndex() 205 if (sys_ptrace(PTRACE_GETREGS, tid, NULL, &info->regs) == -1) { in GetThreadInfoByIndex() 209 if (sys_ptrace(PTRACE_GETFPREGS, tid, NULL, &info->fpregs) == -1) { in GetThreadInfoByIndex() [all …]
|
/external/linux-kselftest/tools/testing/selftests/ptrace/ |
D | peeksiginfo.c | 26 static int sys_ptrace(int request, pid_t pid, void *addr, void *data) in sys_ptrace() function 73 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_rw); in check_error_paths() 83 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, in check_error_paths() 91 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_ro); in check_error_paths() 122 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, siginfo); in check_direct_path() 188 if (sys_ptrace(PTRACE_ATTACH, child, NULL, NULL) == -1) in main() 213 if (sys_ptrace(PTRACE_KILL, child, NULL, NULL) == -1) in main()
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | lockdown_ptrace.txt | 8 SELinux defines this access as ptrace and sys_ptrace. These accesses allow one process to read the…
|
/external/selinux/libsepol/tests/policies/test-hooks/ |
D | cmp_policy.conf | 377 sys_ptrace
|
D | small-base.conf | 377 sys_ptrace
|
/external/selinux/libsepol/tests/policies/test-expander/ |
D | user-base.conf | 377 sys_ptrace
|
D | alias-base.conf | 377 sys_ptrace
|
D | role-base.conf | 377 sys_ptrace
|
D | small-base.conf | 377 sys_ptrace
|
/external/selinux/libsepol/tests/policies/test-deps/ |
D | small-base.conf | 377 sys_ptrace
|
D | base-notmetreq.conf | 372 sys_ptrace
|
D | base-metreq.conf | 377 sys_ptrace
|
/external/selinux/libsepol/tests/policies/test-linker/ |
D | small-base.conf | 377 sys_ptrace
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 368 __SYSCALL(__NR_ptrace, sys_ptrace)
|
/external/selinux/python/sepolgen/src/share/ |
D | perm_map | 102 sys_ptrace n 1
|
/external/selinux/python/sepolgen/tests/ |
D | perm_map | 102 sys_ptrace n 1
|
/external/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 335 sys_ptrace
|
/external/strace/ |
D | ChangeLog-CVS | 846 * process.c (sys_ptrace) [IA64]: For PTRACE_PEEKDATA, 3587 * process.c (sys_ptrace): Use #lx format for address argument. 3607 (sys_ptrace): Use printxval.
|
D | ChangeLog | 36132 * process.c (sys_ptrace): Call printsiginfo_at directly. 36423 * process.c (sys_ptrace): Likewise. 36890 * process.c (sys_ptrace): Likewise. 37733 * process.c (sys_ptrace): Use printaddr. 40017 * process.c (sys_ptrace): Likewise. 42811 (sys_ptrace): Change 'addr' type to unsigned. 46072 (sys_ptrace): Use it. 46856 (sys_ptrace): Likewise. 46862 * process.c (sys_ptrace): Decode struct iov in PTRACE_GET/SETREGSET. 48098 * process.c (sys_ptrace): Remove unneeded line wrapping.
|
/external/selinux/python/sepolgen/tests/test_data/ |
D | httpd.log | 4435 type=AVC msg=audit(1163775060.183:11791): avc: denied { sys_ptrace } for pid=8844 comm="glibc_po… 4931 type=AVC msg=audit(1163775243.262:12001): avc: denied { sys_ptrace } for pid=11047 comm="pidof" … 6805 type=AVC msg=audit(1163776389.002:12774): avc: denied { sys_ptrace } for pid=13408 comm="killall… 10126 type=AVC msg=audit(1163794116.229:14260): avc: denied { sys_ptrace } for pid=18931 comm="pidof" …
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 29778 FUNC 45f20 24 0 sys_ptrace
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 31391 FUNC 68a50 48 0 sys_ptrace
|