This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Gdb didnot step into the break point in class constructor inRH 8.0


Have you tried to explicitly put breakpoint at your constructor
instead of just single-stepping into it?

b 'TranMessage::TranMessage(int age)'

This helps sometimes... :-(

kaiduan xie wrote:

Many thanks for your help. But with this method, the
gdb still did not step into the constructor.
---
Serge



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