Home
last modified time | relevance | path

Searched refs:current_directory (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp901 void make_absolute(const Twine &current_directory, in make_absolute() argument
915 current_directory.toVector(current_dir); in make_absolute()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h284 void make_absolute(const Twine &current_directory, SmallVectorImpl<char> &path);
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19942785 * top.c (gdb_init): Init current_directory in gdb_init. Probably
4111 that source_path doesn't contain the current_directory from when
H A DChangeLog-2019625 'current_directory == NULL' case.
627 explain what happens when 'current_directory' is NULL.
629 'current_directory' is NULL before call to 'chdir'.
H A DChangeLog-201814724 * common/common-def.h (current_directory): Move here.
14732 * defs.h (current_directory): Move to "common/common-defs.h".
H A DChangeLog-19925896 (cd_command): Avoid changing current_directory on error.
H A DChangeLog-19932948 * main.c (cd_command): If current_directory on entry is "/", then
H A DChangeLog-20177233 (cd_command): Likewise. Free "current_directory" before
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19942785 * top.c (gdb_init): Init current_directory in gdb_init. Probably
4111 that source_path doesn't contain the current_directory from when
H A DChangeLog-2019625 'current_directory == NULL' case.
627 explain what happens when 'current_directory' is NULL.
629 'current_directory' is NULL before call to 'chdir'.
H A DChangeLog-201814724 * common/common-def.h (current_directory): Move here.
14732 * defs.h (current_directory): Move to "common/common-defs.h".
H A DChangeLog-19925896 (cd_command): Avoid changing current_directory on error.
H A DChangeLog-19932948 * main.c (cd_command): If current_directory on entry is "/", then
H A DChangeLog-20177233 (cd_command): Likewise. Free "current_directory" before
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-20216614 * server.c (current_directory): New global variable.
6615 (captured_main): Initialize "current_directory".
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git135360 Consolidate definition of current_directory
135361 I noticed that both gdbserver and gdb define current_directory.