]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/ChangeLog
gdb/
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 05a51316ff2941ad3ffb3162e1666c374d758408..9f89500d62fb758ef5d22b6ec17aef8413132ef1 100644 (file)
@@ -1,3 +1,21 @@
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/namespace.exp (whatis C::cOtherFileType)
+       (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
+       (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
+       (print ::C::cOtherFileVar)
+       (whatis C::OtherFileClass::cOtherFileClassType)
+       (whatis ::C::OtherFileClass::cOtherFileClassType)
+       (print C::OtherFileClass::cOtherFileClassVar)
+       (print ::cOtherFileClassVar)
+       (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
+       (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
+       trailing content.
+       * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
+       (C::OtherFileClass::cOtherFileClassVar)
+       (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
+       (C::cOtherFileVar, C::cOtherFileVar_use): New.
+
 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Test PR c++/11703 and PR gdb/1448.