[Lldb-commits] [PATCH] Fix SO entry is main executable detection on android
Tamas Berghammer
tberghammer at google.com
Thu Mar 12 10:42:07 PDT 2015
================
Comment at: source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp:298
@@ +297,3 @@
+ default:
+ entry.path.empty();
+ }
----------------
ovyalov wrote:
> return entry.path.empty(); ?
Nice catch
http://reviews.llvm.org/D8296
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list