[Lldb-commits] [PATCH] Enable process launching on android from lldb-gdbserver
Oleksiy Vyalov
ovyalov at google.com
Fri Feb 13 10:39:23 PST 2015
Look good.
================
Comment at: source/Plugins/Platform/Android/PlatformAndroid.cpp:33
@@ -31,3 +32,3 @@
{
- PluginManager::RegisterPlugin (PlatformAndroid::GetPluginNameStatic(),
- PlatformAndroid::GetPluginDescriptionStatic(),
+#if defined(__ANDROID__)
+ PlatformSP default_platform_sp (new PlatformAndroid(true));
----------------
Do we still need conditional compilation here?
http://reviews.llvm.org/D7613
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list