Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h46 bool AppendCloseFileAction(int fd);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1080 launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor()); in StartDebugserverProcess()
1172 launch_info.AppendCloseFileAction(STDIN_FILENO); in StartDebugserverProcess()
1173 launch_info.AppendCloseFileAction(STDOUT_FILENO); in StartDebugserverProcess()
1174 launch_info.AppendCloseFileAction(STDERR_FILENO); in StartDebugserverProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBLaunchInfo.cpp178 return m_opaque_sp->AppendCloseFileAction(fd); in AddCloseFileAction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp74 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction() function in ProcessLaunchInfo