[Lldb-commits] [lldb] r205555 - Avoid crash if symbol returns a null name
Ed Maste
emaste at freebsd.org
Thu Apr 3 12:44:31 PDT 2014
On 3 April 2014 15:27, Ed Maste <emaste at freebsd.org> 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"
More information about the lldb-commits
mailing list