llvm-project/lldb/source/Plugins/Platform
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
..
Android Fix "process load" on new android targets 2017-07-05 14:54:41 +00:00
FreeBSD Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Kalimba Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Linux Rename Error -> Status. 2017-05-12 04:51:55 +00:00
MacOSX Move Timer and TraceOptions from Core to Utility 2017-06-29 14:32:17 +00:00
NetBSD Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OpenBSD Rename Error -> Status. 2017-05-12 04:51:55 +00:00
POSIX Fix "process load" on new android targets 2017-07-05 14:54:41 +00:00
Windows Rename Error -> Status. 2017-05-12 04:51:55 +00:00
gdb-server Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
CMakeLists.txt [LLDB] OpenBSD support 2017-03-26 15:34:57 +00:00