Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp314 launch_info.AppendCloseFileAction(STDIN_FILENO); in spawn_process()
315 launch_info.AppendCloseFileAction(STDOUT_FILENO); in spawn_process()
316 launch_info.AppendCloseFileAction(STDERR_FILENO); in spawn_process()
/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.cpp946 launch_info.AppendCloseFileAction(STDIN_FILENO); in StartDebugserverProcess()
947 launch_info.AppendCloseFileAction(STDOUT_FILENO); in StartDebugserverProcess()
948 launch_info.AppendCloseFileAction(STDERR_FILENO); in StartDebugserverProcess()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp288 return m_opaque_sp->AppendCloseFileAction(fd); in AddCloseFileAction()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp69 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction() function in ProcessLaunchInfo