summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-07-05 14:54:41 +0000
committerPavel Labath <labath@google.com>2017-07-05 14:54:41 +0000
commitd37c9469918290636cdda5684155e0be777d2ee1 (patch)
treea2e191330a027d4b4a3b3447eef982bdff5292d6 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
parenta6cfce6863a5a3f89e6674db7d58b9eb75b90a58 (diff)
downloadbcm5719-llvm-d37c9469918290636cdda5684155e0be777d2ee1.tar.gz
bcm5719-llvm-d37c9469918290636cdda5684155e0be777d2ee1.zip
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud