gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 3808ba59289e8ccb7c2f2dfb6bc0b030b5dd6906..dd618c9a0079867db05ad12ff1cfa2bdae7db265 100644 (file)
@@ -1,3 +1,109 @@
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
+       (ptype ::C::OtherFileClass typedefs): New.
+       * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
+       (C::OtherFileClass::cOtherFileClassVar2): New.
+       (C::OtherFileClass::cOtherFileClassVar_use): Use also
+       cOtherFileClassVar2.
+       (C::cOtherFileType2, C::cOtherFileVar2): New.
+       (C::cOtherFileVar_use): use also cOtherFileVar2.
+       * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
+
+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.
+       * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
+       gdb/1448.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
+       (main) <rtti_data>: New.
+       * gdb.cp/virtbase.exp (print rtti_data): New.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
+
+2010-06-28  Doug Evans  <dje@google.com>
+
+       * gdb.base/break-interp.exp (reach): Relax expected output a bit.
+
+2010-06-27  Doug Evans  <dje@google.com>
+
+       * gdb.cp/m-static.exp: Update expected test output.
+
+2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
+
+        * gdb.gdb/selftest.exp: Adjust expected message for
+        capturing start-up runtime.
+
+2010-06-25  Tom Tromey  <tromey@redhat.com>
+
+       PR python/10808:
+       * gdb.python/python.exp: Add new tests.
+
+2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/operator.cc: Created an import loop.
+       * gdb.cp/operator.exp: Added testcase for import loop.
+
+2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Test PR python/11407.
+       * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
+       * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
+       Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
+       * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
+       executable_nofb and executable_fb.  New variables srcsfile, objsfile,
+       srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
+       binfile.  Call gdb_compile with clean_restart twice.
+       (func_nofb print, func_nofb backtrace, func_loopfb print)
+       (func_loopfb backtrace): New.
+
+2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
+       * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
+       by a hand made one.
+       * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
+       i?86 requirement.  Remove variables srcfile and binfile.  New variable
+       sources, executable_nofb and executable_fb.  Call prepare_for_testing.
+
+2010-06-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.cell/dwarfaddr.exp: New file.
+       * gdb.cell/dwarfaddr.S: New file.
+
+2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Test PR 9436.
+       * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
+
 2010-06-24  Hui Zhu  <teawater@gmail.com>
 
        * gdb.base/eval.exp: New file.
This page took 0.035375 seconds and 4 git commands to generate.