On 23 September 2015 at 13:47, Siva Chandra via lldb-commits
<lldb-commits@lists.llvm.org> wrote:
> Author: sivachandra
> Date: Wed Sep 23 12:47:08 2015
> New Revision: 248401
>
> URL: http://llvm.org/viewvc/llvm-project?rev=248401&view=rev
> Log:
> DWARFASTParserClang::CompleteTypeFromDWARF: Handle incomplete baseclass or 
> child

Great, thank you for tackling this.

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")
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to