Home
last modified time | relevance | path

Searched refs:PTRACE_PEEKUSER (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dptrace.h40 #define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
/bionic/tests/
Dsys_ptrace_test.cpp136 unsigned data = ptrace(PTRACE_PEEKUSER, child, offsetof(user, u_debugreg[7]), nullptr); in set_watchpoint()
322 unsigned data = ptrace(PTRACE_PEEKUSER, child, offsetof(user, u_debugreg[7]), nullptr); in set_breakpoint()
/bionic/docs/
Delf-tls.md445 * x86_64: use `PTRACE_PEEKUSER` to read the `{fs,gs}_base` fields of `user_regs_struct`