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++/14998] GDB cannot handle pointer to member functions beingencoded with DW_TAG_ptr_to_member_type


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

David Blaikie <dblaikie at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6798|0                           |1
        is obsolete|                            |

--- Comment #10 from David Blaikie <dblaikie at gmail dot com> 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.


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