[Lldb-commits] [PATCH] D15183: Remove some duplicated code from PlatformPOSIX/Android

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 3 03:56:42 PST 2015


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

Remove some duplicated code from PlatformPOSIX/Android

The code was duplicated to handle the custom symbol name for functions
in libdl.so for android. This change modify the way we handle the issue
to eliminate a lot of duplicated code.

http://reviews.llvm.org/D15183

Files:
  source/Plugins/Platform/Android/PlatformAndroid.cpp
  source/Plugins/Platform/Android/PlatformAndroid.h
  source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  source/Plugins/Platform/POSIX/PlatformPOSIX.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15183.41735.patch
Type: text/x-patch
Size: 7183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151203/2b14de69/attachment.bin>


More information about the lldb-commits mailing list