Home
last modified time | relevance | path

Searched refs:PlatformWindows (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp40 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 …]
H A DPlatformWindows.h16 class PlatformWindows : public RemoteAwarePlatform {
18 PlatformWindows(bool is_host);
H A DCMakeLists.txt2 PlatformWindows.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/
H A DBUILD.gn17 sources = [ "PlatformWindows.cpp" ]
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile27 PlatformWindows.cpp \
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/
H A DPlugins.def81 LLDB_PLUGIN(PlatformWindows)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn125 "PlatformWindows",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4265 lldb/source/Plugins/Platform/Windows/PlatformWindows.h