Searched refs:AppendSuppressFileAction (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 467 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 D | ProcessLaunchInfo.cpp | 97 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction() function in ProcessLaunchInfo
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 319 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 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 | 951 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 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 | 3675 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()
|