This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: stabs at function entry point?
Richard Henderson wrote:
>
> On Wed, Mar 13, 2002 at 04:25:48PM -0800, Jim Ingham wrote:
> > So my contention was that no one who is doing source level debugging
> > ever wants to break at the beginning of the prologue.
>
> Which is patently false. I do. All the time. It's almost
> impossible to avoid it when trying to debug optimized code.
Jim should have said "no normal user" :-) Compiler nerds can
just know to do b *foo all the time.
Stan