Home
last modified time | relevance | path

Searched refs:PlatformLinux (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp40 LLDB_PLUGIN_DEFINE(PlatformLinux)
45 PlatformSP PlatformLinux::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
73 return PlatformSP(new PlatformLinux(false)); in CreateInstance()
78 llvm::StringRef PlatformLinux::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
84 void PlatformLinux::Initialize() { in Initialize()
89 PlatformSP default_platform_sp(new PlatformLinux(true)); in Initialize()
94 PlatformLinux::GetPluginNameStatic(false), in Initialize()
95 PlatformLinux::GetPluginDescriptionStatic(false), in Initialize()
96 PlatformLinux::CreateInstance, nullptr); in Initialize()
100 void PlatformLinux::Terminate() { in Terminate()
[all …]
H A DPlatformLinux.h18 class PlatformLinux : public PlatformPOSIX {
20 PlatformLinux(bool is_host);
H A DCMakeLists.txt2 PlatformLinux.cpp
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp37 PlatformLinux::Initialize(); in Initialize()
59 PlatformLinux::Terminate(); in Terminate()
132 : PlatformLinux(is_host), m_sdk_version(0) {} in PlatformAndroid()
158 auto error = PlatformLinux::ConnectRemote(args); in ConnectRemote()
173 return PlatformLinux::GetFile(source, destination); in GetFile()
216 return PlatformLinux::PutFile(source, destination, uid, gid); in PutFile()
244 Status error = PlatformLinux::DisconnectRemote(); in DisconnectRemote()
H A DPlatformAndroid.h22 class PlatformAndroid : public platform_linux::PlatformLinux {
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Linux/
H A DBUILD.gn18 sources = [ "PlatformLinux.cpp" ]
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile12 PlatformLinux.cpp \
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/
H A DPlugins.def76 LLDB_PLUGIN(PlatformLinux)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn117 "PlatformLinux",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4248 lldb/source/Plugins/Platform/Linux/PlatformLinux.h