reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
  139 const FileSpec &ProcessLaunchInfo::GetShell() const { return m_shell; }
  142   m_shell = shell;
  143   if (m_shell) {
  144     FileSystem::Instance().ResolveExecutableLocation(m_shell);
  168   m_shell.Clear();
  250     if (m_shell) {
  251       std::string shell_executable = m_shell.GetPath();
  335               Args::GetShellSafeArgument(m_shell, argv[i], safe_arg);
  340       m_executable = m_shell;