https://llvm.org/bugs/show_bug.cgi?id=23457
Bug ID: 23457
Summary: Android - support for API-9~13 devices
Product: lldb
Version: unspecified
Hardware: PC
OS: other
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
API 21+ requires executables be compiled with -fPIE
So we've enabled -fPIE on lldb-server
Unfortunately, support for PIE only was added to Android in API 14+
We can probably create a trampoline application without PIE that loads the real
lldb-server with dlopen and calls main
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev