Home
last modified time | relevance | path

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

/nptl/
A Dtst-pthread-gdb-attach.c78 char *candidate = xasprintf ("%.*s/gdb", (int) (colon - path), path); in find_gdb() local
79 if (access (candidate, X_OK) == 0) in find_gdb()
80 return candidate; in find_gdb()
81 free (candidate); in find_gdb()

Completed in 2 milliseconds