On Thu, Sep 24, 2015 at 6:47 AM, Siva Chandra <[email protected]> wrote:
> > > On Thu, Sep 24, 2015 at 6:40 AM, Ed Maste <[email protected]> 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?
_______________________________________________ lldb-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
