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++/11757] New: ptype class -> typedefs should display access control


Since patch
[patch 2/2] ptype should list also class's typedefs
http://sourceware.org/ml/gdb-patches/2010-06/msg00313.html

GDB does/will display typedefs during `ptype'.
It should display also their public/protected/private access control.

There is a prerequisite in GCC:
class->DW_TAG_typedef is missing DW_AT_accessibility
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44668

-- 
           Summary: ptype class -> typedefs should display access control
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: jan dot kratochvil at redhat dot com
                CC: gdb-prs at sourceware dot org


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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