This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: Breakpoints in the library code
You should hit 'reply all' when you reply to me - that way you response
goes to the mailing list as well. You might get help from someone else
as well. Question: did you try break wxXmlResource<tab> to see which
members gdb thinks are available for breakpoints?
cheers,
Kris
Roland Zerek wrote:
Użytkownik Kris Warkentin napisał:
Hmm. Well, if it's not recognizing the name of the method, you might
want to try setting the breakpoint by filename:line number. (ie
foo.cc:73). If that works, then when you hit the breakpoint, you can
do a backtrace and see what gdb thinks the name of the method is.
It works quite well, thanks. However backtrace gives me the same method
name as expected...
Another question is: why command line debugger works perfectly and GUI
frontends not... Are there some incompatibilities in gdb api or the way
the insight or ddd comunicates with gdb is incorrect? Sorry for possibly
trivial question but I am not gdb expert.
Thanks for advises :-)