This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug c++/12266] Typedefs are not expanded to their base types inbreakpoint definitions


http://sourceware.org/bugzilla/show_bug.cgi?id=12266

Keith Seitz <keiths at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Keith Seitz <keiths at redhat dot com> 2011-02-17 21:08:46 UTC ---
Another patchset has been put up for review. Actually, I'm not entirely certain
this isn't just a duplicate of 11734 again, since in my current working tree,
this appears to now work (with the 11734 & 12273 patchset included):

gdb -nx -q ~/tmp/12266
Reading symbols from /home/keiths/tmp/12266...done.
(gdb) b calltest(foo)
Breakpoint 1 at 0x40075c: file main.cpp, line 6.

If you are desperate, I would grab the patch that I posted this morning. But be
advised this has not yet been accepted to mainline. [Although I don't think
that having this patchset in your tree will adversely affect anything. It just
might change a little before it is finally committed.]

http://sourceware.org/ml/gdb-patches/2011-02/msg00428.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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