Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DHost.cpp549 launch_info.AppendSuppressFileAction(STDIN_FILENO, true, false); in RunShellCommand()
554 launch_info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in RunShellCommand()
559 launch_info.AppendSuppressFileAction(STDERR_FILENO, false, true); in RunShellCommand()
DProcessLaunchInfo.cpp99 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction() function in ProcessLaunchInfo
/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h50 bool AppendSuppressFileAction(int fd, bool read, bool write);
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp1140 launch_info.AppendSuppressFileAction(STDIN_FILENO, true, false); in StartDebugserverProcess()
1141 launch_info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in StartDebugserverProcess()
1142 launch_info.AppendSuppressFileAction(STDERR_FILENO, false, true); in StartDebugserverProcess()
/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp317 return m_opaque_sp->AppendSuppressFileAction(fd, read, write); in AddSuppressFileAction()
/external/llvm-project/lldb/source/Target/
DTarget.cpp3174 info.AppendSuppressFileAction(STDIN_FILENO, true, false); in FinalizeFileActions()
3175 info.AppendSuppressFileAction(STDOUT_FILENO, false, true); in FinalizeFileActions()
3176 info.AppendSuppressFileAction(STDERR_FILENO, false, true); in FinalizeFileActions()