Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp40 const FileSpec &working_directory, in ProcessLaunchInfo() argument
65 if (working_directory) in ProcessLaunchInfo()
66 SetWorkingDirectory(working_directory); in ProcessLaunchInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h192 const char *working_directory,
226 const char *working_directory);
H A DSBProcess.h90 const char *stderr_path, const char *working_directory,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp271 const char *working_directory) { in LaunchSimple() argument
272 LLDB_INSTRUMENT_VA(this, argv, envp, working_directory); in LaunchSimple()
287 if (working_directory) in LaunchSimple()
288 launch_info.SetWorkingDirectory(working_directory); in LaunchSimple()
309 const char *working_directory, in Launch() argument
313 stderr_path, working_directory, launch_flags, in Launch()
359 FileSpec(working_directory), launch_flags); in Launch()
H A DSBProcess.cpp130 const char *working_directory, in RemoteLaunch() argument
134 working_directory, launch_flags, stop_at_entry, error); in RemoteLaunch()
145 FileSpec(working_directory), launch_flags); in RemoteLaunch()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5866 def working_directory : Separate<["-"], "working-directory">,
5872 Alias<working_directory>;