Lines Matching refs:ProcessLaunchInfo

32 ProcessLaunchInfo::ProcessLaunchInfo()  in ProcessLaunchInfo()  function in ProcessLaunchInfo
38 ProcessLaunchInfo::ProcessLaunchInfo(const FileSpec &stdin_file_spec, in ProcessLaunchInfo() function in ProcessLaunchInfo
71 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction()
80 bool ProcessLaunchInfo::AppendDuplicateFileAction(int fd, int dup_fd) { in AppendDuplicateFileAction()
89 bool ProcessLaunchInfo::AppendOpenFileAction(int fd, const FileSpec &file_spec, in AppendOpenFileAction()
99 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction()
109 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { in GetFileActionAtIndex()
115 const FileAction *ProcessLaunchInfo::GetFileActionForFD(int fd) const { in GetFileActionForFD()
123 const FileSpec &ProcessLaunchInfo::GetWorkingDirectory() const { in GetWorkingDirectory()
127 void ProcessLaunchInfo::SetWorkingDirectory(const FileSpec &working_dir) { in SetWorkingDirectory()
131 const char *ProcessLaunchInfo::GetProcessPluginName() const { in GetProcessPluginName()
135 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName()
139 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell()
141 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell()
150 void ProcessLaunchInfo::SetLaunchInSeparateProcessGroup(bool separate) { in SetLaunchInSeparateProcessGroup()
157 void ProcessLaunchInfo::SetShellExpandArguments(bool expand) { in SetShellExpandArguments()
164 void ProcessLaunchInfo::Clear() { in Clear()
178 void ProcessLaunchInfo::NoOpMonitorCallback(lldb::pid_t pid, int signal, in NoOpMonitorCallback()
184 bool ProcessLaunchInfo::MonitorProcess() const { in MonitorProcess()
196 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError()
203 llvm::Error ProcessLaunchInfo::SetUpPtyRedirection() { in SetUpPtyRedirection()
238 bool ProcessLaunchInfo::ConvertArgumentsForLaunchingInShell( in ConvertArgumentsForLaunchingInShell()