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.h181 const char *working_directory,
215 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.cpp264 const char *working_directory) { in LaunchSimple() argument
265 LLDB_INSTRUMENT_VA(this, argv, envp, working_directory); in LaunchSimple()
280 if (working_directory) in LaunchSimple()
281 launch_info.SetWorkingDirectory(working_directory); in LaunchSimple()
302 const char *working_directory, in Launch() argument
306 stderr_path, working_directory, launch_flags, in Launch()
352 FileSpec(working_directory), launch_flags); in Launch()
H A DSBProcess.cpp127 const char *working_directory, in RemoteLaunch() argument
131 working_directory, launch_flags, stop_at_entry, error); in RemoteLaunch()
142 FileSpec(working_directory), launch_flags); in RemoteLaunch()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5565 def working_directory : Separate<["-"], "working-directory">,
5571 Alias<working_directory>;