]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/ChangeLog
whatis.cc: New file.
[thirdparty/gcc.git] / libstdc++-v3 / ChangeLog
index a75e97a01662bc3cf6b5cfaae905f733cf49e3c2..3744f944ebba750adbbb1a7ca7d9e4725d959679 100644 (file)
@@ -1,3 +1,15 @@
+2012-11-16  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libstdc++-prettyprinters/whatis.cc: New file.
+       * testsuite/lib/gdb-test.exp (whatis-test): New proc.
+       (gdb-test): Handle 'whatis' tests.
+       (gdb_batch_check): New proc.
+       (gdb_version_check): Rewrite to use gdb_batch_check.
+       * python/libstdcxx/v6/printers.py: Import gdb.types.
+       (FilteringTypePrinter): New class.
+       (add_one_type_printer, register_type_printers): New functions.
+       (register_libstdcxx_printers): Call register_type_printers.
+
 2012-11-15  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        PR libstdc++/53841