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

/freebsd-10.0-release/contrib/gdb/gdb/cli/
H A Dcli-cmds.c323 if (strcmp (gdb_dirbuf, current_directory) != 0)
325 current_directory, gdb_dirbuf);
327 printf_unfiltered ("Working directory %s.\n", current_directory);
373 current_directory = dir;
376 if (IS_DIR_SEPARATOR (current_directory[strlen (current_directory) - 1]))
377 current_directory = concat (current_directory, dir, NULL);
379 current_directory = concat (current_directory, SLASH_STRIN
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsource.c470 name = current_directory;
500 name = concat (current_directory, SLASH_STRING, name, NULL);
723 len = strlen (current_directory);
730 strcpy (filename, current_directory);
770 char *f = concat (current_directory,
771 IS_DIR_SEPARATOR (current_directory[strlen (current_directory) - 1])
H A Dtop.c101 char *current_directory; variable
1715 history_filename = concat (current_directory, "/_gdb_history", NULL);
1717 history_filename = concat (current_directory, "/.gdb_history", NULL);
1890 current_directory = gdb_dirbuf;
1895 make_final_cleanup (do_chdir_cleanup, xstrdup (current_directory));
H A Dcorelow.c295 temp = concat (current_directory, "/", filename, NULL);
H A Dmain.c192 current_directory = gdb_dirbuf;
H A Ddefs.h734 extern char *current_directory;
H A Dgo32-nat.c436 chdir (current_directory);
/freebsd-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c104 temp = concat (current_directory, "/", filename, NULL);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h849 current_directory = 16, // ERROR_CURRENT_DIRECTORY, enumerator in enum:llvm::windows_error::_

Completed in 201 milliseconds