[Lldb-commits] [PATCH] D11465: Fix "process load/unload" on android

Tamas Berghammer tberghammer at google.com
Thu Jul 23 10:07:59 PDT 2015


tberghammer created this revision.
tberghammer added a reviewer: sivachandra.
tberghammer added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

Fix "process load/unload" on android

On android the symbols exposed by the linker (dlopen, dlclose, dlerror) prefixed by "__dl_". This change fixes LLDB to handle this.

http://reviews.llvm.org/D11465

Files:
  include/lldb/Target/Platform.h
  source/Plugins/Platform/Android/PlatformAndroid.h
  source/Target/Process.cpp
  test/functionalities/load_unload/TestLoadUnload.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11465.30500.patch
Type: text/x-patch
Size: 7831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150723/4606a6d0/attachment.bin>


More information about the lldb-commits mailing list