I don't know of any implementation of backtrace_symbols()
which gives any more than symbol+offset.
With regards to abi:: __cxa__demangle
, you need to ensure that you only pass it the symbol name, without the + line
suffix, otherwise it won't recognise the symbol as valid.
Dave Rigby
2009-08-13 20:22:41