Re: [lldb-dev] building only lldb with debug symbols

2018-06-28 Thread Jim Ingham via lldb-dev
If you are on macOS, then the Xcode build has a "Debug" configuration which builds clang/llvm Release+asserts with no debug info, and lldb at -O0 with debug info. Jim > On Jun 28, 2018, at 2:58 AM, Pavel Labath via lldb-dev > wrote: > > On Thu, 28 Jun 2018 at 04:34, Adrian Harris via lldb-d

Re: [lldb-dev] Linux: Failing lldb unit tests and TestLinuxCore.py

2018-06-28 Thread Pavel Labath via lldb-dev
The core file tests should be fixed as of r335859. I tried reproing the python unit tests problem, but I couldn't get it to fail that way. I can help you get to the bottom of it if you're interested, but it's going to take some interactive debugging (for start I'd need to see the link command for t

Re: [lldb-dev] building only lldb with debug symbols

2018-06-28 Thread Pavel Labath via lldb-dev
On Thu, 28 Jun 2018 at 04:34, Adrian Harris via lldb-dev wrote: > > Hi Everyone, > > I'm writing a gdb-server for a new architecture and need to be able to debug > lldb to track down issues. Unfortunately disk space is tight here and the > llvm debug build consumes north of 40Gb with debug symbo

Re: [lldb-dev] Support of a lookup of variables values with PDB

2018-06-28 Thread Aleksandr Urakov via lldb-dev
Thank you for explanations! I'll create the converter to DWARF expressions. Regards, Aleksandr On Wed, Jun 27, 2018 at 5:38 PM Greg Clayton wrote: > > > On Jun 27, 2018, at 5:25 AM, Aleksandr Urakov via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > Hello! > > We want to add to LLDB a suppor