Finally can dump out the parameter type from dwarf standard

Finally can dump out the parameter type from dwarf standard

2015/03/29 Debugger 0

Finally can dump out the parameter type from dwarf standard. Some parameter is store recursively, so need to read out DW_AT_type and get the right die and decode again. Personally I think dwarf is just too hard to parse.

gkd dwarf parameter type

gkd dwarf parameter type

Here is the code
https://sourceforge.net/p/peter-dwarf/code/254/tree//trunk/src/main/java/com/peterdwarf/dwarf/DwarfLib.java
https://sourceforge.net/p/peter-dwarf/code/254/tree//trunk/src/main/java/com/peterdwarf/dwarf/Dwarf.java

Leave a Reply

Your email address will not be published. Required fields are marked *