On Wed, 15 Jan 2014 16:16:34 +0100, Mark Wielaard wrote: > - Maybe tweak the defaults for eu-stack based on feedback. > Maybe use more debug information than just the line numbers if > available (e.g. use the subprogram or inlined_subroutine names for the > addresses found).
There is also libbacktrace in GCC. But it has its own DWARF parser/handling. libbacktrace needs just the raw PC unwound stack, it figures out DWARF and inlined frames on its own. At least Fedora does not package libbacktrace yet. Jan