Reading DWARF file in Mac OSX -


Does anyone help me write a program that can read DWARF files and give me the name of the file, line number and The name of the function gives details.

Specification for DWARF-2 & DWARF-3 is here:

Here is a decent library for reading DWARF files:

You can either get and use that library to read your DWARF files (this reads DWARF-2 and DWARF-3) or how you can write your own libraries / tasks, You can put a look at the source code to learn it.


Comments