Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cpp101 # define __PTRACE_ARGS (void*)NT_PRSTATUS, (void*)&regset_io in main() macro
106 # define __PTRACE_ARGS NULL, pregs in main() macro
108 res = ptrace((enum __ptrace_request)__PTRACE_REQUEST, pid, __PTRACE_ARGS); in main()