sanitizer_platform_limits_posix.cc | 375 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET) 376 int ptrace_getregset = PTRACE_GETREGSET; variable in namespace:__sanitizer 379 int ptrace_getregset = -1; variable in namespace:__sanitizer 381 #endif // PTRACE_GETREGSET/PTRACE_SETREGSET
|