Searched refs:PTRACE_PEEKUSER (Results 1 – 3 of 3) sorted by relevance
40 #define PTRACE_PEEKUSER PTRACE_PEEKUSR macro
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()
445 * x86_64: use `PTRACE_PEEKUSER` to read the `{fs,gs}_base` fields of `user_regs_struct`