Searched refs:current_directory (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/cli/ |
| H A D | cli-cmds.c | 319 if (strcmp (gdb_dirbuf, current_directory) != 0) in pwd_command() 321 current_directory, gdb_dirbuf); in pwd_command() 323 printf_unfiltered ("Working directory %s.\n", current_directory); in pwd_command() 369 current_directory = dir; in cd_command() 372 if (IS_DIR_SEPARATOR (current_directory[strlen (current_directory) - 1])) in cd_command() 373 current_directory = concat (current_directory, dir, NULL); in cd_command() 375 current_directory = concat (current_directory, SLASH_STRING, dir, NULL); in cd_command() 382 for (p = current_directory; *p;) in cd_command() 395 while (q != current_directory && !IS_DIR_SEPARATOR (q[-1])) in cd_command() 398 if (q == current_directory) in cd_command() [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | source.c | 468 name = current_directory; in add_path() 498 name = concat (current_directory, SLASH_STRING, name, NULL); in add_path() 720 len = strlen (current_directory); in openp() 727 strcpy (filename, current_directory); in openp() 767 char *f = concat (current_directory, in openp() 768 IS_DIR_SEPARATOR (current_directory[strlen (current_directory) - 1]) in openp()
|
| H A D | top.c | 101 char *current_directory; variable 1702 history_filename = concat (current_directory, "/_gdb_history", NULL); in init_history() 1704 history_filename = concat (current_directory, "/.gdb_history", NULL); in init_history() 1877 current_directory = gdb_dirbuf; in gdb_init() 1882 make_final_cleanup (do_chdir_cleanup, xstrdup (current_directory)); in gdb_init()
|
| H A D | corelow.c | 295 temp = concat (current_directory, "/", filename, NULL); in core_open()
|
| H A D | main.c | 192 current_directory = gdb_dirbuf; in captured_main()
|
| H A D | defs.h | 732 extern char *current_directory;
|
| H A D | go32-nat.c | 436 chdir (current_directory); in go32_wait()
|
| /freebsd-12.1/gnu/usr.bin/gdb/kgdb/ |
| H A D | trgt.c | 129 temp = concat (current_directory, "/", filename, NULL); in kgdb_trgt_open()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Path.cpp | 852 void make_absolute(const Twine ¤t_directory, in make_absolute() argument 866 current_directory.toVector(current_dir); in make_absolute()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 305 void make_absolute(const Twine ¤t_directory, SmallVectorImpl<char> &path);
|