Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp484 launch_info.AppendSuppressFileAction(STDIN_FILENO, true, false); in RunShellCommand()
489 launch_info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in RunShellCommand()
494 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/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.cpp1120 launch_info.AppendSuppressFileAction(STDIN_FILENO, true, false); in StartDebugserverProcess()
1121 launch_info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in StartDebugserverProcess()
1122 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.cpp3519 info.AppendSuppressFileAction(STDIN_FILENO, true, false); in FinalizeFileActions()
3520 info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in FinalizeFileActions()
3521 info.AppendSuppressFileAction(STDERR_FILENO, false, true); in FinalizeFileActions()