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

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 24 06:40:48 PDT 2015


On 23 September 2015 at 13:47, Siva Chandra via lldb-commits
<lldb-commits at 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")


More information about the lldb-commits mailing list