Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/sys/
H A Dptrace.h40 #define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
/aosp12/bionic/libc/bionic/
H A Dsys_thread_properties.cpp84 uintptr_t fs_base = ptrace(PTRACE_PEEKUSER, tid, offsetof(user_regs_struct, fs_base), nullptr); in __get_bionic_tcb_for_thread()
/aosp12/bionic/tests/
H A 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()
/aosp12/bionic/docs/
H A Delf-tls.md445 * x86_64: use `PTRACE_PEEKUSER` to read the `{fs,gs}_base` fields of `user_regs_struct`