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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h43 bool AppendCloseFileAction(int fd);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp268 return m_opaque_sp->AppendCloseFileAction(fd);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp71 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { function in class:ProcessLaunchInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1068 launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor());
1157 launch_info.AppendCloseFileAction(STDIN_FILENO);
1158 launch_info.AppendCloseFileAction(STDOUT_FILENO);
1159 launch_info.AppendCloseFileAction(STDERR_FILENO);

Completed in 163 milliseconds