summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-06-19 19:42:43 +0000
committerTamas Berghammer <tberghammer@google.com>2015-06-19 19:42:43 +0000
commit512c682984e8cfdee9a9e9cdeaebf941cdb5a140 (patch)
tree47cf76b578dbcbb7f5a097d3ddd7f8c66278ac5b /lldb/source/Plugins
parent7632500d7aa98bda9bd85dc2950865ce99876eec (diff)
downloadbcm5719-llvm-512c682984e8cfdee9a9e9cdeaebf941cdb5a140.tar.gz
bcm5719-llvm-512c682984e8cfdee9a9e9cdeaebf941cdb5a140.zip
Add comment for workarond in DYLDRendezvous with android version
llvm-svn: 240166
Diffstat (limited to 'lldb/source/Plugins')
-rw-r--r--lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
index b8cc286874c..08feda52f5c 100644
--- a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
+++ b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
@@ -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;
OpenPOWER on IntegriCloud