Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h43 bool AppendCloseFileAction(int fd);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1024 launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor()); in StartDebugserverProcess()
1115 launch_info.AppendCloseFileAction(STDIN_FILENO); in StartDebugserverProcess()
1116 launch_info.AppendCloseFileAction(STDOUT_FILENO); in StartDebugserverProcess()
1117 launch_info.AppendCloseFileAction(STDERR_FILENO); in StartDebugserverProcess()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp69 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction() function in ProcessLaunchInfo
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp288 return m_opaque_sp->AppendCloseFileAction(fd); in AddCloseFileAction()