addr2line

Getting a full path from addr2line

Hi, I'm trying to automate some debugging tasks. In certain cases, I print the value of $ra [this is a MIPS machine] and parts of the stack as hex addresses. During debugging, I use addr2line to convert them into file:line pairs. I'd like to automate this procedure. The problem is that addr2line returns a filename that equivelent to t...