PR breakpoints/8554.
[binutils-gdb.git] / gdb / testsuite / ChangeLog
index 6d7844880571711acdd5de5427f2b16871b66a77..f955cb8253cbfd53bbacd2136cd6037c251d23e6 100644 (file)
@@ -1,3 +1,114 @@
+2010-04-19  Pedro Alves  <pedro@codesourcery.com>
+
+       PR breakpoints/8554.
+
+       * gdb.trace/save-trace.exp: Adjust.
+
+2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR corefiles/11511
+       * gdb.arch/system-gcore.exp: New.
+       * gdb.arch/gcore.c: Likewise.
+
+2010-04-15  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-progspace.c: New file.
+       * gdb.python/py-progspace.exp: New file.
+
+       * gdb.base/source-test.gdb: New file.
+       * gdb.base/source.exp: Add tests for "source -s".
+
+2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
+       * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
+       * gdb.python/py-prettyprint.exp: New test for to_string returning None.
+       * gdb.python/py-mi.exp: New test for to_string returning None.
+
+2010-04-12  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.python/py-breakpoint.c: Make result global.
+
+2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix non-GNU make compatibility.
+       * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
+
+2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.python/py-breakpoint.exp: New File.
+       * gdb.python/py-breakpoint.C: Ditto.
+
+2010-04-08  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/actions.exp: Clear default-collect.
+       * gdb.trace/save-trace.exp: Clear default-collect.
+
+2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.python/py-value: Add null string variable.
+         (test_lazy_string): Test zero length, NULL address lazy
+         strings.
+
+2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gdb.arch/i386-avx.c: New.
+       * gdb.arch/i386-avx.exp: Likewise.
+
+       * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
+
+2010-04-06  Doug Evans  <dje@google.com>
+
+       * gdb.base/source-test.gdb: New file.
+       * gdb.base/source.exp: Test source -v.
+
+2010-04-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
+
+2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.stabs/aout.sed: Convert all backslash to double backslash
+       within one line, unless it is followed by a double quote.
+       * gdb.stabs/hppa.sed: Idem.
+       * gdb.stabs/weird.def: Add char and String constants
+       * gdb.stabs/weird.exp: Check for correct parsing of 
+       chhar and string constants.
+       * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
+       in .stabs to .stabx substitution.
+
+2010-04-05  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/tfile.c: Add a variable split across two blocks, and a
+       constant global.
+       * gdb.trace/tfile.exp: Try to print them.
+
+2010-04-04  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.base/completion.exp: Update for new "info watchpoints".
+       * gdb.base/default.exp: Ditto.
+       * gdb.base/help.exp: Ditto.
+       * gdb.base/watchpoint.exp: Ditto.
+       * gdb.trace/infotrace.exp: Update "info tracpoints" output.
+       
+2010-04-04  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.trace/tfile.exp: Sharpen tfind test.
+
+2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-entry.exp: New.
+
+2010-04-02  Hui Zhu  <teawater@gmail.com>
+            Michael Snyder <msnyder@vmware.com>
+
+       * gdb.reverse/i386-sse-reverse.exp: New file.
+       * gdb.reverse/i386-sse-reverse.c: New file.
+
+2010-04-02  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.trace/tfind.exp: Adjust expected disassembly output.
+
 2010-04-01  Stan Shebs  <stan@codesourcery.com>
 
        * gdb.trace/actions.exp: Tweak expected output.