Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h44 bool AppendCloseFileAction(int fd);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1026 launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor()); in StartDebugserverProcess()
1117 launch_info.AppendCloseFileAction(STDIN_FILENO); in StartDebugserverProcess()
1118 launch_info.AppendCloseFileAction(STDOUT_FILENO); in StartDebugserverProcess()
1119 launch_info.AppendCloseFileAction(STDERR_FILENO); in StartDebugserverProcess()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp285 return m_opaque_sp->AppendCloseFileAction(fd); in AddCloseFileAction()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp71 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction() function in ProcessLaunchInfo