DWARF Generation on D compilers
- DMD lacks information about
DW_AT_decl_file
,DW_AT_decl_line
andDW_AT_decl_column
on some tags. - LDC lacks information about
DW_AT_decl_column
. - LDC generates artificial DWARF variables and don't properly mark then as
DW_AT_artificial
.