Searched refs:PTRACE_PEEKUSER (Results 1 – 4 of 4) sorted by relevance
/aosp12/bionic/libc/include/sys/ |
H A D | ptrace.h | 40 #define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
|
/aosp12/bionic/libc/bionic/ |
H A D | sys_thread_properties.cpp | 84 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 D | sys_ptrace_test.cpp | 136 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 D | elf-tls.md | 445 * x86_64: use `PTRACE_PEEKUSER` to read the `{fs,gs}_base` fields of `user_regs_struct`
|