| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/ |
| H A D | ToolBase.py | 88 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 D | Main.py | 160 dir_ = context.options.working_directory 161 with WorkingDirectory(context, dir=dir_) as context.working_directory: 174 self.working_directory: str = None
|
| H A D | TestToolBase.py | 101 self.context.working_directory.path, 'tmp.exe')
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | .ycm_extra_conf.py | 45 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 D | ProcessLaunchInfo.cpp | 41 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 D | Builder.py | 77 cwd=context.working_directory.path,
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.h | 89 const char *working_directory, const char *stdin_path, 102 char const *argv[], char const *envp[], const char *working_directory,
|
| H A D | MachProcess.mm | 3149 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 D | SBTarget.h | 176 const char *working_directory, 210 const char *working_directory);
|
| H A D | SBProcess.h | 84 const char *stderr_path, const char *working_directory,
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTarget.cpp | 263 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 D | SBProcess.cpp | 126 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 D | SBTarget.i | 203 const char *working_directory, 229 const char *working_directory);
|
| H A D | SBProcess.i | 123 const char *working_directory,
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/ |
| H A D | Tool.py | 162 debugger_controller, self.context.working_directory.path)
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNB.h | 46 const char *working_directory, // NULL => don't change, non-NULL => set
|
| H A D | DNB.cpp | 322 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 D | Tool.py | 144 debugger_controller, self.context.working_directory.path)
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/ |
| H A D | VisualStudio.py | 71 self._solution.Create(self.context.working_directory.path,
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 4274 def working_directory : JoinedOrSeparate<["-"], "working-directory">, Flags<[CC1Option]>, 4278 Alias<working_directory>;
|