Lines Matching refs:ProcessLaunchInfo
31 ProcessLaunchInfo::ProcessLaunchInfo() in ProcessLaunchInfo() function in ProcessLaunchInfo
37 ProcessLaunchInfo::ProcessLaunchInfo(const FileSpec &stdin_file_spec, in ProcessLaunchInfo() function in ProcessLaunchInfo
72 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction()
81 bool ProcessLaunchInfo::AppendDuplicateFileAction(int fd, int dup_fd) { in AppendDuplicateFileAction()
90 bool ProcessLaunchInfo::AppendOpenFileAction(int fd, const FileSpec &file_spec, in AppendOpenFileAction()
100 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction()
110 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { in GetFileActionAtIndex()
116 const FileAction *ProcessLaunchInfo::GetFileActionForFD(int fd) const { in GetFileActionForFD()
124 const FileSpec &ProcessLaunchInfo::GetWorkingDirectory() const { in GetWorkingDirectory()
128 void ProcessLaunchInfo::SetWorkingDirectory(const FileSpec &working_dir) { in SetWorkingDirectory()
132 const char *ProcessLaunchInfo::GetProcessPluginName() const { in GetProcessPluginName()
136 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName()
140 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell()
142 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell()
151 void ProcessLaunchInfo::SetLaunchInSeparateProcessGroup(bool separate) { in SetLaunchInSeparateProcessGroup()
158 void ProcessLaunchInfo::SetShellExpandArguments(bool expand) { in SetShellExpandArguments()
165 void ProcessLaunchInfo::Clear() { in Clear()
179 void ProcessLaunchInfo::SetMonitorProcessCallback( in SetMonitorProcessCallback()
185 bool ProcessLaunchInfo::NoOpMonitorCallback(lldb::pid_t pid, bool exited, int signal, int status) { in NoOpMonitorCallback()
192 bool ProcessLaunchInfo::MonitorProcess() const { in MonitorProcess()
206 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError()
213 llvm::Error ProcessLaunchInfo::SetUpPtyRedirection() { in SetUpPtyRedirection()
246 bool ProcessLaunchInfo::ConvertArgumentsForLaunchingInShell( in ConvertArgumentsForLaunchingInShell()