Re: Gdb didnot step into the break point in class constructor in RH 8.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Try to compile with -O0 and -ggdb3 options:
-----
/usr/bin/g++ -o test3 -O0 -ggdb3 test3.cpp
-----
it is possible compiler optimized out your
constructor.
---
Serge



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux