After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 503895 - fails when setting breakpoint by name on an overloaded function
fails when setting breakpoint by name on an overloaded function
Status: RESOLVED FIXED
Product: nemiver
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nemiver maintainers
Nemiver maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-16 18:53 UTC by Dodji Seketeli
Modified: 2009-11-22 21:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dodji Seketeli 2007-12-16 18:53:06 UTC
When gdb 6.7.1, nemiver fails to let the user choose between the different overloaded functions when a breakpoint is set on one of them.

It just does nothing and indicates that the debugger is busy. The only possible action is to stop the debugger.
Comment 1 Dodji Seketeli 2007-12-16 18:55:45 UTC
This is actually a regression in gdb. I have filed the bug 2387 at http://sourceware.org/cgi-bin/gnatsweb.pl and proposed a patch there.

You can also read about the description of the problem at http://sourceware.org/ml/gdb/2007-12/msg00107.html .
Comment 2 Dodji Seketeli 2009-11-22 21:36:25 UTC
This is now fixed in recent (around version 7) GDBs. Setting a breakpoint on an overloaded function should set the breakpoint on all the overloads.