OSDN Git Service

Test indented comment in file being sourced.
[pf3gnuchains/pf3gnuchains3x.git] / gdb / testsuite / ChangeLog
index 86abd12..08ce031 100644 (file)
@@ -1,3 +1,75 @@
+2010-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       Test indented comment in file being sourced.
+       * gdb.base/commands.exp: Test indented comment in file being sourced.
+
+2010-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.fortran/array-element.f, gdb.fortran/complex.f,
+       gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
+       gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
+       notice.
+
+2010-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
+       notice.
+
+2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
+       missing $after_stopped and comma (,) expectation.
+
+2009-12-31  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/actions.exp: Test teval action.
+       
+2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
+       (top level): Call test_watchpoint_in_big_blob.
+       * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
+       watchpoints.
+       (func3): Write to buf.
+
+2009-12-29  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/actions.exp: Test default-collect.
+       
+2009-12-28  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/tsv.exp: New file.
+       * gdb.base/completion.exp: Update ambiguous info output.
+       
+2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/find.c (main): Reference search buffers.
+       * gdb.base/included.c (main): Reference integer.
+       * gdb.base/ptype.c (charfoo): Declare.
+       (intfoo): Call charfoo.
+       * gdb.base/scope0.c (useitp): New function.
+       (usestatics): Use useitp.
+       (useit): Add a type for val.
+       * gdb.base/scope1.c (useit1): Take a pointer argument.
+       (usestatics1): Update calls to useit1.
+       * gdb.cp/call-c.cc: Declare foo.
+       (main): Call foo.
+       * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
+       * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
+       (main): Call C::ensureRefs and ensureOtherRefs.
+       * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
+       variables.
+       (ensureOtherRefs): New function.
+       * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
+       * gdb.cp/templates.cc (main): Call t5i.value.
+
+2009-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix compatibility with G++-4.5.
+       * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
+       * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
+       (uncaught return): Remove.
+
 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
            Phil Muldoon  <pmuldoon@redhat.com>