[Issue 4154] Incorrect DWARF section names on Mac

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jun 3 17:01:13 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=4154



--- Comment #6 from Robert Clipsham <robert at octarineparrot.com> 2011-06-04 00:56:44 BST ---
I've run out of time to work on this for now, my initial commit is at
https://github.com/mrmonday/dmd/commit/c7fed0fbe5319de507fd0afb4c574bdb4e54699f
. The debug info can easily be fixed up in a hex editor, I'm struggling to find
where dmd is outputting the incorrect info though. In the __debug_info section
the abbrev_offset field is being set to the incorrect value. The workaround is
to change it to zero in a hex editor, this is not the correct solution though,
the correct offset needs to be inserted.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list