Home
last modified time | relevance | path

Searched refs:working_directory (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/
H A DToolBase.py88 defaults.working_directory = os.path.join(tempfile.gettempdir(),
97 display_default=defaults.working_directory,
126 if options.working_directory is None:
127 options.working_directory = defaults.working_directory
H A DMain.py160 dir_ = context.options.working_directory
161 with WorkingDirectory(context, dir=dir_) as context.working_directory:
174 self.working_directory: str = None
H A DTestToolBase.py101 self.context.working_directory.path, 'tmp.exe')
/llvm-project-15.0.7/third-party/benchmark/
H A D.ycm_extra_conf.py45 def MakeRelativePathsInFlagsAbsolute( flags, working_directory ): argument
46 if not working_directory:
57 new_flag = os.path.join( working_directory, flag )
66 new_flag = path_flag + os.path.join( working_directory, path )
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp41 const FileSpec &working_directory, in ProcessLaunchInfo() argument
67 if (working_directory) in ProcessLaunchInfo()
68 SetWorkingDirectory(working_directory); in ProcessLaunchInfo()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/builder/
H A DBuilder.py77 cwd=context.working_directory.path,
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h89 const char *working_directory, const char *stdin_path,
102 char const *argv[], char const *envp[], const char *working_directory,
H A DMachProcess.mm3149 const char *working_directory, // NULL => don't change, non-NULL => set
3219 argv, envp, working_directory, stdin_path, stdout_path, stderr_path,
3286 char const *argv[], char const *envp[], const char *working_directory,
3296 static_cast<const void *>(envp), working_directory,
3425 if (working_directory)
3426 ::chdir(working_directory);
3439 if (working_directory)
3440 ::chdir(working_directory);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h176 const char *working_directory,
210 const char *working_directory);
H A DSBProcess.h84 const char *stderr_path, const char *working_directory,
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp263 const char *working_directory) { in LaunchSimple() argument
264 LLDB_INSTRUMENT_VA(this, argv, envp, working_directory); in LaunchSimple()
279 if (working_directory) in LaunchSimple()
280 launch_info.SetWorkingDirectory(working_directory); in LaunchSimple()
301 const char *working_directory, in Launch() argument
305 stderr_path, working_directory, launch_flags, in Launch()
351 FileSpec(working_directory), launch_flags); in Launch()
H A DSBProcess.cpp126 const char *working_directory, in RemoteLaunch() argument
130 working_directory, launch_flags, stop_at_entry, error); in RemoteLaunch()
141 FileSpec(working_directory), launch_flags); in RemoteLaunch()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i203 const char *working_directory,
229 const char *working_directory);
H A DSBProcess.i123 const char *working_directory,
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py162 debugger_controller, self.context.working_directory.path)
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.h46 const char *working_directory, // NULL => don't change, non-NULL => set
H A DDNB.cpp322 const char *working_directory, // NULL => don't change, non-NULL => set in DNBProcessLaunch() argument
334 static_cast<void *>(envp), working_directory, stdin_path, in DNBProcessLaunch()
353 path, argv, envp, working_directory, stdin_path, stdout_path, in DNBProcessLaunch()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
H A DTool.py144 debugger_controller, self.context.working_directory.path)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py71 self._solution.Create(self.context.working_directory.path,
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td4274 def working_directory : JoinedOrSeparate<["-"], "working-directory">, Flags<[CC1Option]>,
4278 Alias<working_directory>;