gcc/libstdc++-v3/testsuite/libstdc++-prettyprinters
François Dumont fe6bd21a0b printers.py (NodeIteratorPrinter): New.
2018-03-08  François Dumont  <fdumont@gcc.gnu.org>

	* python/libstdcxx/v6/printers.py (NodeIteratorPrinter): New.
	(StdListIteratorPrinter): Inherit from latter.
	(StdFwdListIteratorPrinter): New, inherit from latter.
	(StdDebugIteratorPrinter.to_string): Use non-debug iterator printer
	when iterator has no associated container.
	(build_libstdcxx_dictionary): Add __gnu_cxx::_Fwd_list_iterator and
	__gnu_cxx::_Fwd_list_const_iterator printers. Remove __norm namespace
	registrations.
	* testsuite/libstdc++-prettyprinters/debug.cc: Adapt.
	* testsuite/libstdc++-prettyprinters/debug_cxx11.cc: Adapt.

From-SVN: r258350
2018-03-08 06:26:15 +00:00
..
48362.cc Update copyright years. 2018-01-03 11:03:58 +01:00
59161.cc Update copyright years. 2018-01-03 11:03:58 +01:00
80276.cc PR libstdc++/80276 fix template argument handling in type printers 2018-01-15 11:13:53 +00:00
cxx11.cc PR libstdc++/80276 fix pretty printers for array smart pointers 2018-01-09 21:46:13 +00:00
cxx17.cc PR libstdc++/80276 fix pretty printers for array smart pointers 2018-01-09 21:46:13 +00:00
debug_cxx11.cc printers.py (NodeIteratorPrinter): New. 2018-03-08 06:26:15 +00:00
debug.cc printers.py (NodeIteratorPrinter): New. 2018-03-08 06:26:15 +00:00
libfundts.cc Update copyright years. 2018-01-03 11:03:58 +01:00
prettyprinters.exp Update copyright years. 2018-01-03 11:03:58 +01:00
shared_ptr.cc PR libstdc++/59253 Improve pretty printers for smart pointers 2018-01-09 18:49:57 +00:00
simple11.cc Update copyright years. 2018-01-03 11:03:58 +01:00
simple.cc Update copyright years. 2018-01-03 11:03:58 +01:00
tr1.cc Update copyright years. 2018-01-03 11:03:58 +01:00
whatis2.cc PR libstdc++/80276 fix template argument handling in type printers 2018-01-15 11:13:53 +00:00
whatis.cc PR libstdc++/80276 fix template argument handling in type printers 2018-01-15 11:13:53 +00:00