https://bugs.llvm.org/show_bug.cgi?id=45856
Bug ID: 45856
Summary: UTF8 data printed differently before and after program
start
Product: lldb
Version: unspecified
Hardware: PC
OS: All
Status: NEW
https://bugs.llvm.org/show_bug.cgi?id=45853
Bug ID: 45853
Summary: lldb:buggy expression unit test
Product: lldb
Version: 10.0
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
On iOS, every time a device that is provisioned for debugging is plugged in,
the device management stack checks to see if it knows the OS on the device and
if not copies the libraries from the system to the host and puts them in a
location that lldb can find. That shouldn’t be a big job if the
https://bugs.llvm.org/show_bug.cgi?id=45852
Bug ID: 45852
Summary: On i386, lldb prints "error: failed to launch or debug
process" when trying to run any process
Product: lldb
Version: 10.0
Hardware: PC
OS:
Hi lldb-dev,
*TL;DR: *Has there been any efforts to introduce something like "Just My
Code" debugging on LLDB? Debugging on Android would really benefit from
this.
*Details:*
Native Android apps typically have a single .so file from the user, but
load ~150 system libraries.
When attaching LLDB