Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp92 bool ProcessLaunchInfo::AppendOpenFileAction(int fd, const FileSpec &file_spec, in AppendOpenFileAction() function in ProcessLaunchInfo
228 AppendOpenFileAction(STDIN_FILENO, slave_file_spec, true, false); in SetUpPtyRedirection()
233 AppendOpenFileAction(STDOUT_FILENO, slave_file_spec, false, true); in SetUpPtyRedirection()
238 AppendOpenFileAction(STDERR_FILENO, slave_file_spec, false, true); in SetUpPtyRedirection()
H A DTarget.cpp3108 info.AppendOpenFileAction(STDIN_FILENO, in_file_spec, true, false); in FinalizeFileActions()
3113 info.AppendOpenFileAction(STDOUT_FILENO, out_file_spec, false, true); in FinalizeFileActions()
3119 info.AppendOpenFileAction(STDERR_FILENO, err_file_spec, false, true); in FinalizeFileActions()
4129 this_->m_launch_info.AppendOpenFileAction( in InputPathValueChangedCallback()
4137 this_->m_launch_info.AppendOpenFileAction( in OutputPathValueChangedCallback()
4145 this_->m_launch_info.AppendOpenFileAction( in ErrorPathValueChangedCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h50 bool AppendOpenFileAction(int fd, const FileSpec &file_spec, bool read,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBLaunchInfo.cpp187 return m_opaque_sp->AppendOpenFileAction(fd, FileSpec(path), read, write); in AddOpenFileAction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp519 launch_info.AppendOpenFileAction(STDOUT_FILENO, output_file_spec, false, in RunShellCommand()