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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dauto-load.c139 static char *auto_load_dir; variable
141 /* "set" command for the auto_load_dir configuration variable. */
147 if (auto_load_dir[0] == '\0')
149 xfree (auto_load_dir);
150 auto_load_dir = xstrdup (AUTO_LOAD_DIR);
154 /* "show" command for the auto_load_dir configuration variable. */
316 /* "add-auto-load-scripts-directory" command for the auto_load_dir configuration
327 s = xstrprintf ("%s%c%s", auto_load_dir, DIRNAME_SEPARATOR, args);
328 xfree (auto_load_dir);
329 auto_load_dir
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dauto-load.c143 static std::string auto_load_dir = AUTO_LOAD_DIR; variable
145 /* "set" command for the auto_load_dir configuration variable. */
151 if (auto_load_dir.empty ())
152 auto_load_dir = AUTO_LOAD_DIR;
155 /* "show" command for the auto_load_dir configuration variable. */
304 /* "add-auto-load-scripts-directory" command for the auto_load_dir configuration
313 auto_load_dir = string_printf ("%s%c%s", auto_load_dir.c_str (),
747 = auto_load_expand_dir_vars (auto_load_dir.c_str ());
751 auto_load_dir
[all...]

Completed in 208 milliseconds