emaste fc3e39a724 nm: avoid crash in print_lineno if func->name is NULL
This can occur when DW_AT_specification is used to refer to another DIE
that provides the actual DW_AT_name string. For example:

< 3><0x00000086> DW_TAG_subprogram
                   DW_AT_name              PrettyStackTraceEntry
...
< 1><0x00002cf4> DW_TAG_subprogram
                   DW_AT_specification     <0x00000086>

We will need to add support for DW_AT_specification, but in the interim
we should not segfault.

Obtained from:	Elftoolchain (r3170)
Sponsored by:	The FreeBSD Foundation
2015-02-25 21:43:09 +00:00
..
2015-01-29 15:35:55 +00:00
2014-12-26 07:36:42 +00:00
2015-01-02 21:20:02 +00:00
2015-01-24 21:05:18 +00:00
2015-01-06 22:29:12 +00:00
2014-11-29 00:45:09 +00:00
2015-01-19 02:22:03 +00:00
2014-11-22 19:18:08 +00:00
2015-01-31 16:34:39 +00:00
2014-11-16 01:00:39 +00:00
2015-01-03 23:16:13 +00:00