Home
last modified time | relevance | path

Searched refs:ptrace (Results 1 – 9 of 9) sorted by relevance

/bionic/tests/
Dsys_ptrace_test.cpp68 long result = ptrace(PTRACE_GETHBPREGS, child, 0, &capabilities); in check_hw_feature_supported()
91 long result = ptrace(PTRACE_GETREGSET, child, in check_hw_feature_supported()
113 ASSERT_EQ(0, ptrace(PTRACE_SETHBPREGS, child, -1, &address)) << strerror(errno); in set_watchpoint()
114 ASSERT_EQ(0, ptrace(PTRACE_SETHBPREGS, child, -2, &control)) << strerror(errno); in set_watchpoint()
125 ASSERT_EQ(0, ptrace(PTRACE_SETREGSET, child, NT_ARM_HW_WATCH, &iov)) << strerror(errno); in set_watchpoint()
128 …ASSERT_EQ(0, ptrace(PTRACE_POKEUSER, child, offsetof(user, u_debugreg[0]), address)) << strerror(e… in set_watchpoint()
130 unsigned data = ptrace(PTRACE_PEEKUSER, child, offsetof(user, u_debugreg[7]), nullptr); in set_watchpoint()
141 …ASSERT_EQ(0, ptrace(PTRACE_POKEUSER, child, offsetof(user, u_debugreg[7]), data)) << strerror(errn… in set_watchpoint()
162 if (ptrace(PTRACE_TRACEME, 0, nullptr, nullptr) == -1) { in run_watchpoint_test()
182 ASSERT_EQ(0, ptrace(PTRACE_CONT, child, nullptr, nullptr)) << strerror(errno); in run_watchpoint_test()
[all …]
/bionic/libc/include/sys/
Dptrace.h62 long ptrace(int __request, ...);
/bionic/libc/bionic/
Dptrace.cpp34 long ptrace(int req, ...) { in ptrace() function
/bionic/libc/kernel/uapi/linux/
Dcn_proc.h76 } ptrace; member
/bionic/libc/
DSYSCALLS.TXT61 int __ptrace:ptrace(int request, int pid, void* addr, void* data) all
Dlibc.map.txt830 ptrace;
DAndroid.bp1108 "bionic/ptrace.cpp",
/bionic/tools/versioner/platforms/
Dlibc.map.txt830 ptrace;
/bionic/docs/
Delf-tls.md440 There are ptrace interfaces for reading the thread pointer for each of arm32, arm64, x86, and x86-64