HomeSort by relevance Sort by last modified time
    Searched full:have_state (Results 1 - 1 of 1) sorted by null

  /external/elfutils/libdwfl/
linux-pid-attach.c 51 bool retval, have_state; local
58 have_state = false;
62 have_state = true;
65 retval = (have_state && strstr (buffer, "T (stopped)") != NULL);

Completed in 90 milliseconds