[Issue 3389] gdb: using -gc is mandatory but not well documented

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3389 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3389] gdb: using -gc is mandatory but not well documented

2012-02-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3389 --- Comment #7 from Leandro Lucarella 2012-02-02 02:51:50 PST --- (In reply to comment #4) > Thats a wrong comparision because neither -g not -ggdb make the compiler > fake C++ debug information as C. The -gc flag is a hack to masquerade as >

[Issue 3389] gdb: using -gc is mandatory but not well documented

2012-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3389 Brad Roberts changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 3389] gdb: using -gc is mandatory but not well documented

2012-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3389 --- Comment #5 from d...@dawgfoto.de 2012-02-01 11:34:57 PST --- GDB already has D specific extensions (demangling and arrays). Using -g makes use of them, -gc does not. There won't be D specific DWARF extensions any time soon. What we wanted to

[Issue 3389] gdb: using -gc is mandatory but not well documented

2012-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3389 --- Comment #4 from d...@dawgfoto.de 2012-02-01 11:27:20 PST --- Thats a wrong comparision because neither -g not -ggdb make the compiler fake C++ debug information as C. The -gc flag is a hack to masquerade as C which should not be the default

[Issue 3389] gdb: using -gc is mandatory but not well documented

2012-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3389 Leandro Lucarella changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 3389] gdb: using -gc is mandatory but not well documented

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

[Issue 3389] gdb: using -gc is mandatory but not well documented

2010-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3389 --- Comment #2 from Leandro Lucarella 2010-04-28 09:31:36 PDT --- Seems reasonable. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3389] gdb: using -gc is mandatory but not well documented

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3389 Robert Clipsham changed: What|Removed |Added CC||rob...@octarineparrot.com --- Commen