Searched refs:current_directory (Results 1 – 16 of 16) sorted by relevance
901 void make_absolute(const Twine ¤t_directory, in make_absolute() argument915 current_directory.toVector(current_dir); in make_absolute()
284 void make_absolute(const Twine ¤t_directory, SmallVectorImpl<char> &path);
2785 * top.c (gdb_init): Init current_directory in gdb_init. Probably4111 that source_path doesn't contain the current_directory from when
625 'current_directory == NULL' case.627 explain what happens when 'current_directory' is NULL.629 'current_directory' is NULL before call to 'chdir'.
14724 * common/common-def.h (current_directory): Move here.14732 * defs.h (current_directory): Move to "common/common-defs.h".
5896 (cd_command): Avoid changing current_directory on error.
2948 * main.c (cd_command): If current_directory on entry is "/", then
7233 (cd_command): Likewise. Free "current_directory" before
6614 * server.c (current_directory): New global variable.6615 (captured_main): Initialize "current_directory".
135360 Consolidate definition of current_directory135361 I noticed that both gdbserver and gdb define current_directory.