This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why GCC/ GDB ignore a normal C statement?


> From: "D.Venkatasubramanian, Noida" <dvenkat@noida.hcltech.com>
> Date: Thu, 8 May 2003 10:37:27 +0530
> 
> Debugging with all optimizations can result in abnormal jumps, as is
> expected due to instruction scheduling.

I find this not a grave problem, although it does take some time to
become accustomed to.  The benefit is that I always test and debug the
same program I'm going to release, and never have to retest due to a
different build.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]