This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: When to emit C++ debug info?
- From: Chris Lattner <sabre at nondot dot org>
- To: Geoff Keating <geoffk at desire dot geoffk dot org>
- Cc: dberlin at dberlin dot org, <snyder at fnal dot gov>, <drow at mvista dot com>,<gcc at gcc dot gnu dot org>
- Date: Sun, 4 Jan 2004 02:36:06 -0600 (CST)
- Subject: Re: When to emit C++ debug info?
On Sun, 4 Jan 2004, Geoff Keating wrote:
> > This is precisely the kind of thing that caused the original problem: lack
> > of debug information being emitted when you just _use_ libraries. ie, you
> > don't recompile them, so you only have debug information for part of the
> > program.
>
> The design you quoted at the top was directed at the first alternative.
Ah, I see: Sorry! But isn't this basically what already exists?
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/