From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25314 invoked by alias); 17 Feb 2011 21:09:02 -0000 Received: (qmail 25289 invoked by uid 22791); 17 Feb 2011 21:09:02 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Feb 2011 21:08:58 +0000 From: "keiths at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug c++/12266] Typedefs are not expanded to their base types in breakpoint definitions X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: keiths at redhat dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: keiths at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 17 Feb 2011 21:09:00 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2011-q1/txt/msg00135.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=12266 Keith Seitz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Keith Seitz 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.