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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsolib.c69 static char *solib_search_path = NULL; variable
157 /* If not found, search the solib_search_path (if any). */
158 if (found_file < 0 && solib_search_path != NULL)
159 found_file = openp (solib_search_path,
162 /* If not found, next search the solib_search_path (if any) for the basename
165 if (found_file < 0 && solib_search_path != NULL)
166 found_file = openp (solib_search_path,
905 (char *) &solib_search_path,

Completed in 98 milliseconds