Lines Matching refs:ProcessLaunchInfo

34 ProcessLaunchInfo::ProcessLaunchInfo()  in ProcessLaunchInfo()  function in ProcessLaunchInfo
40 ProcessLaunchInfo::ProcessLaunchInfo(const FileSpec &stdin_file_spec, in ProcessLaunchInfo() function in ProcessLaunchInfo
74 bool ProcessLaunchInfo::AppendCloseFileAction(int fd) { in AppendCloseFileAction()
83 bool ProcessLaunchInfo::AppendDuplicateFileAction(int fd, int dup_fd) { in AppendDuplicateFileAction()
92 bool ProcessLaunchInfo::AppendOpenFileAction(int fd, const FileSpec &file_spec, in AppendOpenFileAction()
102 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction()
112 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { in GetFileActionAtIndex()
118 const FileAction *ProcessLaunchInfo::GetFileActionForFD(int fd) const { in GetFileActionForFD()
126 const FileSpec &ProcessLaunchInfo::GetWorkingDirectory() const { in GetWorkingDirectory()
130 void ProcessLaunchInfo::SetWorkingDirectory(const FileSpec &working_dir) { in SetWorkingDirectory()
134 const char *ProcessLaunchInfo::GetProcessPluginName() const { in GetProcessPluginName()
138 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName()
142 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; } in GetShell()
144 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell()
153 void ProcessLaunchInfo::SetLaunchInSeparateProcessGroup(bool separate) { in SetLaunchInSeparateProcessGroup()
160 void ProcessLaunchInfo::SetShellExpandArguments(bool expand) { in SetShellExpandArguments()
167 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()
201 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError()
208 llvm::Error ProcessLaunchInfo::SetUpPtyRedirection() { in SetUpPtyRedirection()
242 bool ProcessLaunchInfo::ConvertArgumentsForLaunchingInShell( in ConvertArgumentsForLaunchingInShell()