Add comment for workarond in DYLDRendezvous with android version
authorTamas Berghammer <tberghammer@google.com>
Fri, 19 Jun 2015 19:42:43 +0000 (19:42 +0000)
committerTamas Berghammer <tberghammer@google.com>
Fri, 19 Jun 2015 19:42:43 +0000 (19:42 +0000)
llvm-svn: 240166

lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp

index b8cc286..08feda5 100644 (file)
@@ -414,6 +414,7 @@ DYLDRendezvous::ReadSOEntryFromMemory(lldb::addr_t addr, SOEntry &entry)
 
     // The base_addr is not filled in for some case.
     // Try to figure it out based on the load address of the object file.
+    // The issue observed for '/system/bin/linker' on Android L (5.0, 5.1)
     if (entry.base_addr == 0)
     {
         lldb::addr_t load_addr = LLDB_INVALID_ADDRESS;