Searched refs:PlatformLinux (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 40 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 D | PlatformLinux.h | 18 class PlatformLinux : public PlatformPOSIX { 20 PlatformLinux(bool is_host);
|
| H A D | CMakeLists.txt | 2 PlatformLinux.cpp
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroid.cpp | 37 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 D | PlatformAndroid.h | 22 class PlatformAndroid : public platform_linux::PlatformLinux {
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Linux/ |
| H A D | BUILD.gn | 18 sources = [ "PlatformLinux.cpp" ]
|
| /openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/ |
| H A D | Makefile | 12 PlatformLinux.cpp \
|
| /openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/ |
| H A D | Plugins.def | 76 LLDB_PLUGIN(PlatformLinux)
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ |
| H A D | BUILD.gn | 117 "PlatformLinux",
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4248 lldb/source/Plugins/Platform/Linux/PlatformLinux.h
|