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

Declarations

tools/lldb/include/lldb/Host/ProcessLaunchInfo.h
   71   const char *GetProcessPluginName() const;

References

tools/lldb/include/lldb/Target/Process.h
  114     SetProcessPluginName(launch_info.GetProcessPluginName());
tools/lldb/source/API/SBLaunchInfo.cpp
  215   return m_opaque_sp->GetProcessPluginName();
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  345         launch_info.GetListener(), launch_info.GetProcessPluginName(), nullptr);
tools/lldb/source/Target/Target.cpp
 2904       const char *plugin_name = launch_info.GetProcessPluginName();