Home
last modified time | relevance | path

Searched refs:stdout_file_spec (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp38 const FileSpec &stdout_file_spec, in ProcessLaunchInfo() argument
51 if (stdout_file_spec) { in ProcessLaunchInfo()
55 if (file_action.Open(STDOUT_FILENO, stdout_file_spec, read, write)) in ProcessLaunchInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h35 const FileSpec &stdout_file_spec,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp624 FileSpec stdout_file_spec{}; in DoLaunch() local
637 stdout_file_spec = file_action->GetFileSpec(); in DoLaunch()
646 if (stdin_file_spec || stdout_file_spec || stderr_file_spec) in DoLaunch()
652 stdout_file_spec ? stdout_file_spec.GetPath().c_str() : "<null>", in DoLaunch()
686 if (!stdout_file_spec) in DoLaunch()
687 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
697 if ((!stdin_file_spec || !stdout_file_spec || !stderr_file_spec) && in DoLaunch()
704 if (!stdout_file_spec) in DoLaunch()
705 stdout_file_spec = secondary_name; in DoLaunch()
717 stdout_file_spec ? stdout_file_spec.GetPath().c_str() : "<null>", in DoLaunch()
[all …]