[lldb-dev] [Bug 23457] New: Android - support for API-9~13 devices

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri May 8 13:02:43 PDT 2015


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: lldb-dev at cs.uiuc.edu
          Reporter: vince at nethacker.com
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150508/e629c3d2/attachment.html>


More information about the lldb-dev mailing list