Home
last modified time | relevance | path

Searched refs:AppendOpenFileAction (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp87 bool ProcessLaunchInfo::AppendOpenFileAction(int fd, const FileSpec &file_spec, in AppendOpenFileAction() function in ProcessLaunchInfo
224 AppendOpenFileAction(STDIN_FILENO, secondary_file_spec, true, false); in SetUpPtyRedirection()
227 AppendOpenFileAction(STDOUT_FILENO, secondary_file_spec, false, true); in SetUpPtyRedirection()
230 AppendOpenFileAction(STDERR_FILENO, secondary_file_spec, false, true); in SetUpPtyRedirection()
H A DHost.cpp453 launch_info.AppendOpenFileAction(STDOUT_FILENO, output_file_spec, false, in RunShellCommand()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h47 bool AppendOpenFileAction(int fd, const FileSpec &file_spec, bool read,
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp301 return m_opaque_sp->AppendOpenFileAction(fd, FileSpec(path), read, write); in AddOpenFileAction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3554 info.AppendOpenFileAction(STDIN_FILENO, in_file_spec, true, false); in FinalizeFileActions()
3559 info.AppendOpenFileAction(STDOUT_FILENO, out_file_spec, false, true); in FinalizeFileActions()
3565 info.AppendOpenFileAction(STDERR_FILENO, err_file_spec, false, true); in FinalizeFileActions()
4852 m_launch_info.AppendOpenFileAction(STDIN_FILENO, GetStandardInputPath(), true, in InputPathValueChangedCallback()
4857 m_launch_info.AppendOpenFileAction(STDOUT_FILENO, GetStandardOutputPath(), in OutputPathValueChangedCallback()
4862 m_launch_info.AppendOpenFileAction(STDERR_FILENO, GetStandardErrorPath(), in ErrorPathValueChangedCallback()