Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDHost.cpp524 launch_info.AppendSuppressFileAction(STDIN_FILENO, true, false); in RunShellCommand()
529 launch_info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in RunShellCommand()
534 launch_info.AppendSuppressFileAction(STDERR_FILENO, false, true); in RunShellCommand()
HDProcessLaunchInfo.cpp99 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction() function in ProcessLaunchInfo
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDProcessLaunchInfo.h50 bool AppendSuppressFileAction(int fd, bool read, bool write);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.cpp1162 launch_info.AppendSuppressFileAction(STDIN_FILENO, true, false); in StartDebugserverProcess()
1163 launch_info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in StartDebugserverProcess()
1164 launch_info.AppendSuppressFileAction(STDERR_FILENO, false, true); in StartDebugserverProcess()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBLaunchInfo.cpp290 return m_opaque_sp->AppendSuppressFileAction(fd, read, write); in AddSuppressFileAction()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp3096 info.AppendSuppressFileAction(STDIN_FILENO, true, false); in FinalizeFileActions()
3097 info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in FinalizeFileActions()
3098 info.AppendSuppressFileAction(STDERR_FILENO, false, true); in FinalizeFileActions()