Home
last modified time | relevance | path

Searched refs:PlatformAndroid (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Android/
DPlatformAndroid.cpp30 LLDB_PLUGIN_DEFINE(PlatformAndroid)
36 void PlatformAndroid::Initialize() { in Initialize()
41 PlatformSP default_platform_sp(new PlatformAndroid(true)); in Initialize()
46 PlatformAndroid::GetPluginNameStatic(false), in Initialize()
47 PlatformAndroid::GetPluginDescriptionStatic(false), in Initialize()
48 PlatformAndroid::CreateInstance); in Initialize()
52 void PlatformAndroid::Terminate() { in Terminate()
55 PluginManager::UnregisterPlugin(PlatformAndroid::CreateInstance); in Terminate()
62 PlatformSP PlatformAndroid::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
121 return PlatformSP(new PlatformAndroid(false)); in CreateInstance()
[all …]
DPlatformAndroid.h22 class PlatformAndroid : public platform_linux::PlatformLinux {
24 PlatformAndroid(bool is_host);
DCMakeLists.txt3 PlatformAndroid.cpp
/openbsd/src/gnu/usr.bin/clang/liblldbPluginPlatform/
DMakefile9 PlatformAndroid.cpp \
/openbsd/src/gnu/usr.bin/clang/include/lldb/Plugins/
DPlugins.def83 LLDB_PLUGIN(PlatformAndroid)