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

Declarations

tools/lldb/include/lldb/Target/Platform.h
  106   static lldb::PlatformSP Create(ConstString name, Status &error);

References

tools/lldb/source/API/SBDebugger.cpp
 1404         platform_sp = Platform::Create(platform_name, sb_error.ref());
tools/lldb/source/API/SBPlatform.cpp
  273     m_opaque_sp = Platform::Create(ConstString(platform_name), error);
tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
   24     platform_sp = Platform::Create(ConstString(m_platform_name.c_str()), error);
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  517       Platform::Create(PlatformDarwinKernel::GetPluginNameStatic(), error));
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  452           Platform::Create(ConstString("remote-gdb-server"), error);
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  272           Platform::Create(ConstString("remote-gdb-server"), error);