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++/51956] [patch] improve shared_ptr and weak_ptr pretty-printers for gdb


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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-05 19:10:26 UTC ---
Author: redi
Date: Sun Feb  5 19:10:15 2012
New Revision: 183914

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183914
Log:
    PR libstdc++/51956
    * python/libstdcxx/v6/printers.py (StdPointerPrinter): Rename to...
    (SharedPointerPrinter): This. Also show weak count.
    * testsuite/libstdc++-prettyprinters/shared_ptr.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/python/libstdcxx/v6/printers.py


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