This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Adding line numbers to backtrace()


On Friday 24 August 2012 16:08:47 Philip Prindeville wrote:
> How much work would be involved in groveling out line numbers from the
> symbol table in addition to the function names in backtrace()?

the symbol table doesn't have line information, only the DWARF stuff does.  i'm 
not sure if we have DWARF parsers already in the C library ... maybe the 
existing unwind libs do ...
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]