Searched refs:working_directory (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | ProcessLaunchInfo.cpp | 40 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 D | SBTarget.h | 192 const char *working_directory, 226 const char *working_directory);
|
H A D | SBProcess.h | 90 const char *stderr_path, const char *working_directory,
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 271 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 D | SBProcess.cpp | 130 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 D | Options.td | 5866 def working_directory : Separate<["-"], "working-directory">, 5872 Alias<working_directory>;
|