Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h45 bool AppendDuplicateFileAction(int fd, int dup_fd);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp294 return m_opaque_sp->AppendDuplicateFileAction(fd, dup_fd); in AddDuplicateFileAction()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp78 bool ProcessLaunchInfo::AppendDuplicateFileAction(int fd, int dup_fd) { in AppendDuplicateFileAction() function in ProcessLaunchInfo
H A DHost.cpp475 launch_info.AppendDuplicateFileAction(STDOUT_FILENO, STDERR_FILENO); in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp863 launch_info.AppendDuplicateFileAction((int64_t)*comm_fd, (int64_t)*comm_fd); in StartDebugserverProcess()
889 launch_info.AppendDuplicateFileAction((int64_t)write, (int64_t)write); in StartDebugserverProcess()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp279 launch_info.AppendDuplicateFileAction((int64_t)shared_socket.GetSendableFD(), in spawn_process()