[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 07:04:01 PDT 2015
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?
On Thu, Sep 24, 2015 at 6:57 AM, Siva Chandra <sivachandra at google.com>
wrote:
> On Thu, Sep 24, 2015 at 6:47 AM, Siva Chandra <sivachandra at google.com>
> wrote:
>
>>
>>
>> On Thu, Sep 24, 2015 at 6:40 AM, Ed Maste <emaste at freebsd.org> wrote:
>>
>>> The test case fails on FreeBSD right now because there's no error on
>>> "limit" and "nolimit":
>>>
>>> (lldb) expr f
>>> (Foo) $0 = (s = "qwerty")
>>> (lldb) expr s
>>> (MyString) $1 = (std::__1::string = "qwerty")
>>>
>>
>> Does -flimit-debug-info have any effect on FreeBSD? For example, if you
>> try to print a std::string value when compiled with -flimit-debug-info,
>> what does it say?
>>
>
> Actually, the test fails on Darwin as well for the same reason. ISTM that
> -flimit-debug-info does not have any effect?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150924/445469cd/attachment.html>
More information about the lldb-commits
mailing list