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

  /src/external/gpl3/gdb/dist/gdb/
auto-load.c 123 char *auto_load_local_gdbinit_pathname = NULL; variable
125 /* if AUTO_LOAD_LOCAL_GDBINIT_PATHNAME has been loaded. */
1340 if (auto_load_local_gdbinit_pathname == NULL)
1345 auto_load_local_gdbinit_pathname));
1349 auto_load_local_gdbinit_pathname));
  /src/external/gpl3/gdb.old/dist/gdb/
auto-load.c 122 char *auto_load_local_gdbinit_pathname = NULL; variable
124 /* if AUTO_LOAD_LOCAL_GDBINIT_PATHNAME has been loaded. */
1338 if (auto_load_local_gdbinit_pathname == NULL)
1343 auto_load_local_gdbinit_pathname));
1347 auto_load_local_gdbinit_pathname));

Completed in 24 milliseconds