Andreas Schwab wrote:
What is DWARF?DWARF is a debugging format used to describe programs in C and other similar programming languages. It is most widely associated with the ELF object format but it has been used with other object file formats.
Is it possible to use DWARF debug information in a.out executables like our MiNT file format ? The biggest issue is that a.out objects or executables can't embed custom sections.
-- Vincent Rivière