Searched refs:AppendSuppressFileAction (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/ |
| HD | Host.cpp | 524 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()
|
| HD | ProcessLaunchInfo.cpp | 99 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction() function in ProcessLaunchInfo
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/ |
| HD | ProcessLaunchInfo.h | 50 bool AppendSuppressFileAction(int fd, bool read, bool write);
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunication.cpp | 1162 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/ |
| HD | SBLaunchInfo.cpp | 290 return m_opaque_sp->AppendSuppressFileAction(fd, read, write); in AddSuppressFileAction()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | Target.cpp | 3096 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()
|