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: [email protected]
ReportedBy: [email protected]
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