Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp39 LLDB_PLUGIN_DEFINE(PlatformWindows)
43 PlatformSP PlatformWindows::CreateInstance(bool force, in CreateInstance()
81 return PlatformSP(new PlatformWindows(is_host)); in CreateInstance()
90 void PlatformWindows::Initialize() { in Initialize()
101 PlatformWindows::GetPluginNameStatic(false), in Initialize()
103 PlatformWindows::CreateInstance); in Initialize()
107 void PlatformWindows::Terminate() { in Terminate()
118 PlatformWindows::PlatformWindows(bool is_host) : RemoteAwarePlatform(is_host) { in PlatformWindows() function in PlatformWindows
132 Status PlatformWindows::ConnectRemote(Args &args) { in ConnectRemote()
440 Status PlatformWindows::DisconnectRemote() { in DisconnectRemote()
[all …]
H A DPlatformWindows.h16 class PlatformWindows : public RemoteAwarePlatform {
18 PlatformWindows(bool is_host);
H A DCMakeLists.txt2 PlatformWindows.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/
H A DBUILD.gn17 sources = [ "PlatformWindows.cpp" ]
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn125 "PlatformWindows",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4268 lldb/source/Plugins/Platform/Windows/PlatformWindows.h