HomeSort by: relevance | last modified time | path
    Searched defs:auto_load_dir (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
auto-load.c 142 static std::string auto_load_dir = AUTO_LOAD_DIR; variable
144 /* "set" command for the auto_load_dir configuration variable. */
150 if (auto_load_dir.empty ())
151 auto_load_dir = AUTO_LOAD_DIR;
154 /* "show" command for the auto_load_dir configuration variable. */
303 /* "add-auto-load-scripts-directory" command for the auto_load_dir configuration
312 auto_load_dir = string_printf ("%s%c%s", auto_load_dir.c_str ()
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
auto-load.c 141 static std::string auto_load_dir = AUTO_LOAD_DIR; variable
143 /* "set" command for the auto_load_dir configuration variable. */
149 if (auto_load_dir.empty ())
150 auto_load_dir = AUTO_LOAD_DIR;
153 /* "show" command for the auto_load_dir configuration variable. */
302 /* "add-auto-load-scripts-directory" command for the auto_load_dir configuration
311 auto_load_dir = string_printf ("%s%c%s", auto_load_dir.c_str ()
    [all...]

Completed in 24 milliseconds