Searched refs:PlatformWindows (Results 1 – 8 of 8) sorted by relevance
40 LLDB_PLUGIN_DEFINE(PlatformWindows)44 PlatformSP PlatformWindows::CreateInstance(bool force, in CreateInstance()82 return PlatformSP(new PlatformWindows(is_host)); in CreateInstance()86 llvm::StringRef PlatformWindows::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()91 void PlatformWindows::Initialize() { in Initialize()97 PlatformSP default_platform_sp(new PlatformWindows(true)); in Initialize()102 PlatformWindows::GetPluginNameStatic(false), in Initialize()103 PlatformWindows::GetPluginDescriptionStatic(false), in Initialize()104 PlatformWindows::CreateInstance); in Initialize()108 void PlatformWindows::Terminate() { in Terminate()[all …]
16 class PlatformWindows : public RemoteAwarePlatform {18 PlatformWindows(bool is_host);
2 PlatformWindows.cpp
17 sources = [ "PlatformWindows.cpp" ]
27 PlatformWindows.cpp \
81 LLDB_PLUGIN(PlatformWindows)
125 "PlatformWindows",
4265 lldb/source/Plugins/Platform/Windows/PlatformWindows.h