https://bugs.llvm.org/show_bug.cgi?id=42953

            Bug ID: 42953
           Summary: how to lldb android app
           Product: lldb
           Version: 8.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev@lists.llvm.org
          Reporter: mryus...@live.com
                CC: jdevliegh...@apple.com, llvm-b...@lists.llvm.org

Because the project needs to develop debugger, so I use lldb API for debugger
development, debugger works well on PC system, but now we are debugging Android
apk, debugger can not work properly.

   In the debugger code, we use lldb API createTarget ("xxxx. apk"), which is
not supported by the system prompt. I use createTarget ("xxxx. so") to create
the target, but lldb API executes errors, such as acquiring stack information
errors.

   Because I don't know how to debug Android program, so I don't know if my
method is correct, please give me guidance.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to