On 3 April 2014 15:27, Ed Maste <[email protected]> wrote: > Author: emaste > Date: Thu Apr 3 14:27:39 2014 > New Revision: 205555 > > URL: http://llvm.org/viewvc/llvm-project?rev=205555&view=rev > Log: > Avoid crash if symbol returns a null name
I'm not sure if it should be possible for LLDB to have a symbol with a null name; if not, I'll replace this with an assert and track down where it originated. This crash started happening on FreeBSD after r205450, when the test executes "frame var -d run-target --ptr-depth=2 --show-types anotherA.m_client_A" _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
