Searched refs:has_working_ptrace_getregset (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dvgdb-invoker-ptrace.c535 static int has_working_ptrace_getregset = -1; variable
547 if (has_working_ptrace_getregset)
549 has_working_ptrace_getregset = 0;
551 if (has_working_ptrace_getregset) {
563 if (has_working_ptrace_getregset == -1) {
565 has_working_ptrace_getregset = 1;
568 assert (has_working_ptrace_getregset == 1);
571 else if (has_working_ptrace_getregset == 1) {
578 assert (has_working_ptrace_getregset == -1);
581 has_working_ptrace_getregset
[all...]

Completed in 543 milliseconds