[Issue 4154] Incorrect DWARF section names on Mac

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4154 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 4154] Incorrect DWARF section names on Mac

2012-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 --- Comment #15 from Walter Bright bugzi...@digitalmars.com 2012-01-18 20:50:34 PST --- Is this still an issue or not? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 4154] Incorrect DWARF section names on Mac

2012-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 d...@dawgfoto.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4154] Incorrect DWARF section names on Mac

2012-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 d...@dawgfoto.de changed: What|Removed |Added CC||d...@dawgfoto.de --- Comment #14

[Issue 4154] Incorrect DWARF section names on Mac

2011-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 --- Comment #12 from Jacob Carlborg d...@me.com 2011-06-06 03:47:12 PDT --- So DMD should invoke dsymutil? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4154] Incorrect DWARF section names on Mac

2011-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 --- Comment #13 from Robert Clipsham rob...@octarineparrot.com 2011-06-06 17:50:58 BST --- I believe so, there's not a lot of point right now though, given that the binaries produced by dmd cause dsymutil to fail. Struggling to find out what

[Issue 4154] Incorrect DWARF section names on Mac

2011-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 --- Comment #10 from Robert Clipsham rob...@octarineparrot.com 2011-06-05 20:11:49 BST --- (In reply to comment #9) I don't understand - why should dsymutil be needed at all? It isn't needed for gcc. Au contraire - put the following in

[Issue 4154] Incorrect DWARF section names on Mac

2011-06-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 --- Comment #11 from Robert Clipsham rob...@octarineparrot.com 2011-06-05 21:50:05 BST --- I may have found what dsymutil is choking on, I can't be sure though - following the steps taken by gcc, then removing the object file it creates before

[Issue 4154] Incorrect DWARF section names on Mac

2011-06-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4154] Incorrect DWARF section names on Mac

2011-06-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added CC|

[Issue 4154] Incorrect DWARF section names on Mac

2011-06-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 --- Comment #6 from Robert Clipsham rob...@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 .

[Issue 4154] Incorrect DWARF section names on Mac

2011-06-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 --- Comment #7 from Robert Clipsham rob...@octarineparrot.com 2011-06-04 01:18:01 BST --- Actually, removing the offset seems to be the correct solution - it's what both gcc and clang do on OS X (despite it being contrary to what the DWARF

[Issue 4154] Incorrect DWARF section names on Mac

2011-06-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 --- Comment #8 from Robert Clipsham rob...@octarineparrot.com 2011-06-04 02:07:18 BST --- https://github.com/D-Programming-Language/dmd/pull/83 - Everything works as it should, the file just needs running through dsymutil. Unfortunately

[Issue 4154] Incorrect DWARF section names on Mac

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 Brad Roberts bra...@puremagic.com changed: What|Removed |Added CC||bra...@puremagic.com

[Issue 4154] Incorrect DWARF section names on Mac

2011-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 --- Comment #4 from Jacob Carlborg d...@me.com 2011-03-28 00:54:49 PDT --- (In reply to comment #3) Today Walter merged a big batch of dwarf related fixes. I'm curious if these changes + those that were just submitted fix the other issues

[Issue 4154] Incorrect DWARF section names on Mac

2011-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 Sean Kelly s...@invisibleduck.org changed: What|Removed |Added CC|

[Issue 4154] Incorrect DWARF section names on Mac

2011-01-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4154 --- Comment #2 from Jacob Carlborg d...@me.com 2011-01-13 09:47:21 PST --- Exactly, as the documentation says it's just a convention. But all other tools/applications assume you follow the convention, that it starts with two underscores, gdb