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

Declarations

tools/lldb/include/lldb/Host/ProcessLaunchInfo.h
   75   const FileSpec &GetShell() const;

References

tools/lldb/source/API/SBLaunchInfo.cpp
  230   ConstString shell(m_opaque_sp->GetShell().GetPath().c_str());
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  230   const FileSpec &shell = launch_info.GetShell();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1239   const FileSpec &shell = launch_info.GetShell();
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  199   const FileSpec &shell = launch_info.GetShell();
tools/lldb/source/Target/Platform.cpp
 1022         const FileSpec &shell = launch_info.GetShell();
tools/lldb/source/Target/Target.cpp
 2953         bool with_shell = !!launch_info.GetShell();