[lldb-dev] [Bug 42953] New: how to lldb android app
via lldb-dev
lldb-dev at lists.llvm.org
Fri Aug 9 22:22:22 PDT 2019
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 at lists.llvm.org
Reporter: mryusolo at live.com
CC: jdevlieghere at apple.com, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20190810/07940e93/attachment.html>
More information about the lldb-dev
mailing list