Home
last modified time | relevance | path

Searched refs:AppendCloseFileAction (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h44 bool AppendCloseFileAction(int fd);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1046 launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor()); in StartDebugserverProcess()
1135 launch_info.AppendCloseFileAction(STDIN_FILENO); in StartDebugserverProcess()
1136 launch_info.AppendCloseFileAction(STDOUT_FILENO); in StartDebugserverProcess()
1137 launch_info.AppendCloseFileAction(STDERR_FILENO); in StartDebugserverProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp72 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction() function in ProcessLaunchInfo
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp299 return m_opaque_sp->AppendCloseFileAction(fd); in AddCloseFileAction()