Searched refs:AppendSuppressFileAction (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Host.cpp | 484 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 D | ProcessLaunchInfo.cpp | 97 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction() function in ProcessLaunchInfo
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | ProcessLaunchInfo.h | 50 bool AppendSuppressFileAction(int fd, bool read, bool write);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.cpp | 1120 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 D | SBLaunchInfo.cpp | 307 return m_opaque_sp->AppendSuppressFileAction(fd, read, write); in AddSuppressFileAction()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 3519 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()
|