[Lldb-commits] [PATCH] Fix SO entry is main executable detection on android

Oleksiy Vyalov ovyalov at google.com
Thu Mar 12 10:32:16 PDT 2015


================
Comment at: source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp:298
@@ +297,3 @@
+                default:
+                    entry.path.empty();
+            }
----------------
return entry.path.empty(); ?

http://reviews.llvm.org/D8296

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list