DWARF debugging information? #149
Answered
by
serge1
kathlenemagnus-mips
asked this question in
General
-
Does ELFIO provide access to the DWARF debugging information in an ELF? I am trying to get the source file name for each function. From the symbol table, I can get the function names and addresses, but don't see any information about the source file. |
Beta Was this translation helpful? Give feedback.
Answered by
serge1
Feb 28, 2025
Replies: 1 comment
-
DWARF debugging information resides in ELF sections. ELFIO library permits to get access to and extract those sections, but does not try to make interpretation of the content. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
serge1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DWARF debugging information resides in ELF sections. ELFIO library permits to get access to and extract those sections, but does not try to make interpretation of the content.