llvm-project/lldb/source/Plugins/Platform/Android
Pavel Labath d37c946991 Fix "process load" on new android targets
Summary:
On older android targets, we needed a dlopen rename workaround to get
"process load" working. Since API 26 this is not required as the targets
have a proper libdl so with the function names one would expect.

To make this work I've had to remove the const qualifier from the
GetLibdlFunctionDeclarations function (as now the declarations can
depend on the connected target). Since I was already modifying the
prototype (and the lower levels were already converted to StringRef) I
took the oportunity to convert this function as well.

llvm-svn: 307160
2017-07-05 14:54:41 +00:00
..
AdbClient.cpp Skip TestWatchedVarHitWhenInScope on android arm because it triggers a kernel bug 2017-05-16 11:58:18 +00:00
AdbClient.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
CMakeLists.txt [CMake] [3/4] Update a batch of plugins 2017-01-31 22:29:11 +00:00
PlatformAndroid.cpp Fix "process load" on new android targets 2017-07-05 14:54:41 +00:00
PlatformAndroid.h Fix "process load" on new android targets 2017-07-05 14:54:41 +00:00
PlatformAndroidRemoteGDBServer.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
PlatformAndroidRemoteGDBServer.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00