From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19249 invoked by alias); 8 Jan 2013 03:08:08 -0000 Received: (qmail 19223 invoked by uid 48); 8 Jan 2013 03:08:07 -0000 From: "dblaikie at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug c++/14998] GDB cannot handle pointer to member functions being encoded with DW_TAG_ptr_to_member_type Date: Tue, 08 Jan 2013 03:08:00 -0000 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: dblaikie at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Attachment #6798 is obsolete 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 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: 2013-q1/txt/msg00034.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14998 David Blaikie changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6798|0 |1 is obsolete| | --- Comment #10 from David Blaikie 2013-01-08 03:08:05 UTC --- Created attachment 6800 --> http://sourceware.org/bugzilla/attachment.cgi?id=6800 x86 assembly from Clang Seems even with the extra artificial parameter GDB still doesn't handle it as member function pointer. (prints out as a number rather than a function, type doesn't print with the expected (), etc) -- 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.