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

2006-04-02 Thread Jim Blandy
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. ___ Bug-gdb mailing list Bug-gdb@gnu.org h

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

2006-04-02 Thread Erming Pei
Hi, choo, I found you email by surfing the webpage. Could you help me with a problem of debugging with GDB on LINUX? If you have no time to see this problem, would you recommand some webpage or some mail addresses to me? When I debug a program made by c and c++ code using gdb, it always enter