Re: Why GDB always jumps in and jumps out and seems uncontrollable?

"Jim Blandy" <[email protected]> Thu, 23 Mar 2006 10:46:21 -0800
Newsgroups gmane.comp.gdb.devel,gmane.comp.gdb.bugs.general
Message-ID <[email protected]>
Try compiling your program without optimization, and then debugging that.

Inlining and instruction scheduling can make it hard to correlate the
behavior of the compiled program with that of the source program.