This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 libstdc++/55649] New: libstdcxx gdb python pretty printer for tr1 not working


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55649

             Bug #: 55649
           Summary: libstdcxx gdb python pretty printer for tr1 not
                    working
    Classification: Unclassified
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: david.simmonds@igmarkets.com


The Tr1UnorderedMapPrinter pretty printer, and other tr1 pretty printers look
for variables starting with _M_, the actual variable names start with m_
For example, should be m_element_count rather than _M_element_count


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