Some tests/tools with DWARF debugging format.
Shows informations in the .debug_line
section.
Flags:
-l
toggles showing each couple (line, address) in file (i.e. dump each matrix rows). Similar toobjdump --dwarf=decodedline
-d
disassembles the opcodes in the.debug_line
section. Smilar toobjdump --dwarf=line
Sources: