dd86k/alicedbg

Start DWARF support

Opened this issue · 0 comments

Need: Kickstart support for DWARF for symbol resolution, frame handling, etc.

Typically under sections such as .debug_info, .debug_frame, etc.

  • Identify which versions of DWARF that DMD uses, if used at all.
  • Identify which versions of DWARF that GCC (and notably GDC) uses.
    • GDC has a special version, hinting to DWARF2.
  • Identify which versions of DWARF that LDC uses.
  • Write a small POC.