Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cpp100 # define __PTRACE_REQUEST PTRACE_GETREGSET in main() macro
105 # define __PTRACE_REQUEST PTRACE_GETREGS in main() macro
108 res = ptrace((enum __ptrace_request)__PTRACE_REQUEST, pid, __PTRACE_ARGS); in main()