dmd 1.048 and 2.033 releases

Jason House jason.james.house at gmail.com
Tue Oct 6 20:32:51 PDT 2009


Walter Bright Wrote:

> Jason House wrote:
> > Which gdb should this release work with?
> > 
> > I seem to have misplaced my patched gdb.  The standard gdb 6.8 can show 
> > backtraces but can't list code, even if the code is linked in libraries from 
> > C++.
> 
> If you're using the standard gdb, try compiling with -gc. I'm using 
> whatever gdb came with Ubuntu.

My mini dmd test omitted that... Oops

It turns out the issue with my larger project was that g++ -g -O3 generates really, really bad debug info. So bad that it's practically unusable. Removing -O3 did wonders...


More information about the Digitalmars-d-announce mailing list