Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 626 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 626 Bytes

Some tests/tools with DWARF debugging format.

debug_line

Shows informations in the .debug_line section.

Flags:

  • -l toggles showing each couple (line, address) in file (i.e. dump each matrix rows). Similar to objdump --dwarf=decodedline
  • -d disassembles the opcodes in the .debug_line section. Smilar to objdump --dwarf=line

Sources: