I need to do a custom parser/validator for DWARF for which I'm using gimli crate as basis, which is just low-level reader and writer but not much else (which is great).
I know the basics of the tree structure is laid out, where to find specs, dwarfdump etc. but further, is there any other recommended reading about DWARF that I should look up for?
One topic specific question, in DWARF terminology what is the difference between "subroutine" and "subprogram"?
#linux #dwarf