Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp89 bool ProcessLaunchInfo::AppendOpenFileAction(int fd, const FileSpec &file_spec, in AppendOpenFileAction() function in ProcessLaunchInfo
228 AppendOpenFileAction(STDIN_FILENO, secondary_file_spec, true, false); in SetUpPtyRedirection()
231 AppendOpenFileAction(STDOUT_FILENO, secondary_file_spec, false, true); in SetUpPtyRedirection()
234 AppendOpenFileAction(STDERR_FILENO, secondary_file_spec, false, true); in SetUpPtyRedirection()
H A DHost.cpp457 launch_info.AppendOpenFileAction(STDOUT_FILENO, output_file_spec, false, in RunShellCommand()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h48 bool AppendOpenFileAction(int fd, const FileSpec &file_spec, bool read,
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp298 return m_opaque_sp->AppendOpenFileAction(fd, FileSpec(path), read, write); in AddOpenFileAction()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3438 info.AppendOpenFileAction(STDIN_FILENO, in_file_spec, true, false); in FinalizeFileActions()
3443 info.AppendOpenFileAction(STDOUT_FILENO, out_file_spec, false, true); in FinalizeFileActions()
3449 info.AppendOpenFileAction(STDERR_FILENO, err_file_spec, false, true); in FinalizeFileActions()
4728 m_launch_info.AppendOpenFileAction(STDIN_FILENO, GetStandardInputPath(), true, in InputPathValueChangedCallback()
4733 m_launch_info.AppendOpenFileAction(STDOUT_FILENO, GetStandardOutputPath(), in OutputPathValueChangedCallback()
4738 m_launch_info.AppendOpenFileAction(STDERR_FILENO, GetStandardErrorPath(), in ErrorPathValueChangedCallback()