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.
Paths
| Differential D15183
Remove some duplicated code from PlatformPOSIX/Android ClosedPublic Authored by tberghammer on Dec 3 2015, 3:56 AM.
Details Summary Remove some duplicated code from PlatformPOSIX/Android The code was duplicated to handle the custom symbol name for functions
Diff Detail
Event Timelinetberghammer updated this object. Herald added subscribers: srhines, danalbert, tberghammer, emaste. · View Herald TranscriptDec 3 2015, 3:56 AM This revision is now accepted and ready to land.Dec 3 2015, 4:19 AM Closed by commit rL254608: Remove some duplicated code from PlatformPOSIX/Android (authored by tberghammer). · Explain WhyDec 3 2015, 5:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 41742 lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.h
lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.cpp
lldb/trunk/source/Plugins/Platform/POSIX/PlatformPOSIX.h
lldb/trunk/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
|