Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h48 bool AppendDuplicateFileAction(int fd, int dup_fd);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBLaunchInfo.cpp182 return m_opaque_sp->AppendDuplicateFileAction(fd, dup_fd); in AddDuplicateFileAction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp83 bool ProcessLaunchInfo::AppendDuplicateFileAction(int fd, int dup_fd) { in AppendDuplicateFileAction() function in ProcessLaunchInfo
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp521 launch_info.AppendDuplicateFileAction(STDOUT_FILENO, STDERR_FILENO); in RunShellCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1027 launch_info.AppendDuplicateFileAction(pass_comm_fd, pass_comm_fd); in StartDebugserverProcess()