Searched refs:AppendDuplicateFileAction (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h45 bool AppendDuplicateFileAction(int fd, int dup_fd);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp275 return m_opaque_sp->AppendDuplicateFileAction(fd, dup_fd);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp80 bool ProcessLaunchInfo::AppendDuplicateFileAction(int fd, int dup_fd) { function in class:ProcessLaunchInfo
H A DHost.cpp532 launch_info.AppendDuplicateFileAction(STDOUT_FILENO, STDERR_FILENO);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1015 launch_info.AppendDuplicateFileAction(pass_comm_fd, pass_comm_fd);

Completed in 107 milliseconds