Re: [lldb-dev] LLDB gcc std lib data formatters

2018-02-23 Thread Bryan Bennetts via lldb-dev
Ah, ok so the default DWARF version for g++ 5 (and 6) is 2, compiling with -gdwarf-3 solves my problem. Thanks for the help, Bryan. On Thu, 22 Feb 2018 at 17:02 Greg Clayton wrote: > > > On Feb 19, 2018, at 1:51 AM, Bryan Bennetts via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > Hi, > > Ap

Re: [lldb-dev] LLDB gcc std lib data formatters

2018-02-22 Thread Greg Clayton via lldb-dev
> On Feb 19, 2018, at 1:51 AM, Bryan Bennetts via lldb-dev > wrote: > > Hi, > > Apologies if this is the wrong forum for this question - redirection to the > correct place would be appreciated... > > I am running > > lldb --version > lldb-900.0.64 > Swift-4.0 > > with binaries compiled

[lldb-dev] LLDB gcc std lib data formatters

2018-02-19 Thread Bryan Bennetts via lldb-dev
Hi, Apologies if this is the wrong forum for this question - redirection to the correct place would be appreciated... I am running lldb --version lldb-900.0.64 Swift-4.0 with binaries compiled using g++ g++-5 --version g++-5 (Homebrew GCC 5.5.0_2) 5.5.0 Copyright (C) 2015 Free Software Foun