[Lldb-commits] [lldb] r248401 - DWARFASTParserClang::CompleteTypeFromDWARF: Handle incomplete baseclass or child

Siva Chandra via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 24 14:35:04 PDT 2015


On Thu, Sep 24, 2015 at 2:15 PM, Ed Maste <emaste at freebsd.org> wrote:

> On 24 September 2015 at 10:04, Siva Chandra <sivachandra at google.com>
> wrote:
> > I don't have access to a FreeBSD or a mac at the moment. Can you, or
> someone
> > else, check how -fstandalone-debug and -fno-standalone-debug behave?
>
> Both OS X and FreeBSD default to full debug info, but the enable /
> disable options should still have an effect. I'll try to investigate
> soon, unless someone on OS X gets to it first.
>

As blaikie pointed out on the review, it could be because libc++ (which is
the default on FreeBSD and Darwin?) does not have an explicit declaration
for std::basic_string<...>? I have now landed a change which removes the
dependence on std::string. Hope it fixes the test for FreeBSD and darwin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150924/1a993ea9/attachment.html>


More information about the lldb-commits mailing list