[lldb-dev] [Bug 45856] New: UTF8 data printed differently before and after program start

2020-05-08 Thread via lldb-dev
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

[lldb-dev] [Bug 45853] New: lldb:buggy expression unit test

2020-05-08 Thread via lldb-dev
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

Re: [lldb-dev] Is there a just-my-code like debugging mode for LLDB?

2020-05-08 Thread Jim Ingham via lldb-dev
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

[lldb-dev] [Bug 45852] New: On i386, lldb prints "error: failed to launch or debug process" when trying to run any process

2020-05-08 Thread via lldb-dev
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:

[lldb-dev] Is there a just-my-code like debugging mode for LLDB?

2020-05-08 Thread Emre Kultursay via lldb-dev
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