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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dauto-load.c168 static char *auto_load_safe_path; variable
204 auto_load_safe_path);
206 auto_load_safe_path_vec = auto_load_expand_dir_vars (auto_load_safe_path);
256 /* "set" command for the auto_load_safe_path configuration variable. */
263 if (auto_load_safe_path[0] == '\0')
265 xfree (auto_load_safe_path);
266 auto_load_safe_path = xstrdup (AUTO_LOAD_SAFE_PATH);
272 /* "show" command for the auto_load_safe_path configuration variable. */
295 /* "add-auto-load-safe-path" command for the auto_load_safe_path configuration
309 s = xstrprintf ("%s%c%s", auto_load_safe_path, DIRNAME_SEPARATO
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dauto-load.c169 static std::string auto_load_safe_path = AUTO_LOAD_SAFE_PATH; variable
202 auto_load_safe_path.c_str ());
205 = auto_load_expand_dir_vars (auto_load_safe_path.c_str ());
250 /* "set" command for the auto_load_safe_path configuration variable. */
257 if (auto_load_safe_path.empty ())
258 auto_load_safe_path = AUTO_LOAD_SAFE_PATH;
263 /* "show" command for the auto_load_safe_path configuration variable. */
286 /* "add-auto-load-safe-path" command for the auto_load_safe_path configuration
298 auto_load_safe_path = string_printf ("%s%c%s", auto_load_safe_path
[all...]

Completed in 184 milliseconds