Home
last modified time | relevance | path

Searched refs:AppendSuppressFileAction (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp467 launch_info.AppendSuppressFileAction(STDIN_FILENO, true, false); in RunShellCommand()
472 launch_info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in RunShellCommand()
477 launch_info.AppendSuppressFileAction(STDERR_FILENO, false, true); in RunShellCommand()
H A DProcessLaunchInfo.cpp97 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction() function in ProcessLaunchInfo
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp319 launch_info.AppendSuppressFileAction(STDIN_FILENO, true, false); in spawn_process()
320 launch_info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in spawn_process()
321 launch_info.AppendSuppressFileAction(STDERR_FILENO, false, true); in spawn_process()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h50 bool AppendSuppressFileAction(int fd, bool read, bool write);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp951 launch_info.AppendSuppressFileAction(STDIN_FILENO, true, false); in StartDebugserverProcess()
952 launch_info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in StartDebugserverProcess()
953 launch_info.AppendSuppressFileAction(STDERR_FILENO, false, true); in StartDebugserverProcess()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp307 return m_opaque_sp->AppendSuppressFileAction(fd, read, write); in AddSuppressFileAction()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3675 info.AppendSuppressFileAction(STDIN_FILENO, true, false); in FinalizeFileActions()
3676 info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in FinalizeFileActions()
3677 info.AppendSuppressFileAction(STDERR_FILENO, false, true); in FinalizeFileActions()