Lines Matching refs:ProcessLaunchInfo
32 ProcessLaunchInfo::ProcessLaunchInfo() in ProcessLaunchInfo() function in ProcessLaunchInfo
37 ProcessLaunchInfo::ProcessLaunchInfo(const FileSpec &stdin_file_spec, in ProcessLaunchInfo() function in ProcessLaunchInfo
69 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction()
78 bool ProcessLaunchInfo::AppendDuplicateFileAction(int fd, int dup_fd) { in AppendDuplicateFileAction()
87 bool ProcessLaunchInfo::AppendOpenFileAction(int fd, const FileSpec &file_spec, in AppendOpenFileAction()
97 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction()
107 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { in GetFileActionAtIndex()
113 const FileAction *ProcessLaunchInfo::GetFileActionForFD(int fd) const { in GetFileActionForFD()
121 const FileSpec &ProcessLaunchInfo::GetWorkingDirectory() const { in GetWorkingDirectory()
125 void ProcessLaunchInfo::SetWorkingDirectory(const FileSpec &working_dir) { in SetWorkingDirectory()
129 llvm::StringRef ProcessLaunchInfo::GetProcessPluginName() const { in GetProcessPluginName()
133 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName()
137 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell()
139 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell()
148 void ProcessLaunchInfo::SetLaunchInSeparateProcessGroup(bool separate) { in SetLaunchInSeparateProcessGroup()
155 void ProcessLaunchInfo::SetShellExpandArguments(bool expand) { in SetShellExpandArguments()
162 void ProcessLaunchInfo::Clear() { in Clear()
174 void ProcessLaunchInfo::NoOpMonitorCallback(lldb::pid_t pid, int signal, in NoOpMonitorCallback()
180 bool ProcessLaunchInfo::MonitorProcess() const { in MonitorProcess()
192 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError()
199 llvm::Error ProcessLaunchInfo::SetUpPtyRedirection() { in SetUpPtyRedirection()
234 bool ProcessLaunchInfo::ConvertArgumentsForLaunchingInShell( in ConvertArgumentsForLaunchingInShell()