Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Dlinux-pid-attach.c54 bool retval, have_state; in linux_proc_pid_is_stopped() local
61 have_state = false; in linux_proc_pid_is_stopped()
65 have_state = true; in linux_proc_pid_is_stopped()
68 retval = (have_state && strstr (buffer, "T (stopped)") != NULL); in linux_proc_pid_is_stopped()