Re: Debug build

2008-07-02 Thread Ian Lance Taylor
re their workflow for > building (as little as possible that encompasses changes), testing, > and debugging? I do most work in an object directory configured with --disable-bootstrap. When I want a debug build I do "make CFLAGS=-g all-gcc". For testing I use a different object directory configured without --disable-bootstrap. Ian

Re: Debug build

2008-07-02 Thread John Freeman
Ian Lance Taylor wrote: John Freeman <[EMAIL PROTECTED]> writes: This is something I look into periodically, and each time I find a solution that's slightly better, but not what I want. I've looked at the wiki (http://gcc.gnu.org/wiki/DebuggingGCC) many times, so no need to refer me there.

Re: Debug build

2008-07-02 Thread Ian Lance Taylor
John Freeman <[EMAIL PROTECTED]> writes: > This is something I look into periodically, and each time I find a > solution that's slightly better, but not what I want. I've looked at > the wiki (http://gcc.gnu.org/wiki/DebuggingGCC) many times, so no need > to refer me there. I am trying to debug

Debug build

2008-07-02 Thread John Freeman
Howdy, This is something I look into periodically, and each time I find a solution that's slightly better, but not what I want. I've looked at the wiki (http://gcc.gnu.org/wiki/DebuggingGCC) many times, so no need to refer me there. I am trying to debug the C++ front-end, and I took the wik