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] libstdcxx gdb python pretty printer for tr1 not working


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

--- Comment #3 from Dave Simmonds <david.simmonds at igmarkets dot com> 2012-12-11 16:49:17 UTC ---
(In reply to comment #2)
> (In reply to comment #0)
> > The Tr1UnorderedMapPrinter pretty printer, and other tr1 pretty printers look
> > for variables starting with _M_, the actual variable names start with m_
> 
> No they don't:
> http://gcc.gnu.org/viewcvs/trunk/libstdc%2B%2B-v3/include/tr1/unordered_map.h?view=markup

Thanks for your reply, but the link isn't showing any variables with _M_ or
with m_, so doesn't help. Why do you say they don't? Certainly it's not working
for me as is, and if I create my own pretty printer with _M_ replaced by m_ it
works.


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