Add missed changelog entry.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index e184e02c71efdf1da096369d518fd5de4cb2984e..1f4427e02687d331c148a09ac90aef48a0579d2f 100644 (file)
@@ -1,3 +1,155 @@
+2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
+       previous commit.  Add a comment.
+
+2008-06-28  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
+
+2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
+
+2008-06-27  Pedro Alves  <pedro@codesourcery.com>
+
+       * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
+       (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
+       compiling an executable, link in an object that forces unbuffered
+       output.
+       * lib/set_unbuffered_mode.c: New file.
+
+2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
+
+2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
+
+        * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
+        mi_expect_stop.
+        * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
+        Demand that *running is output.
+        (detect_async): Perform checking every time.
+        (mi_send_resuming_command): Extract everything into...
+        (mi_send_resuming_command_raw): ...this.
+       (mi_expect_stop): Don't accept any output before *stopped.
+
+2008-06-13  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Robustify mi-simplerun.
+        * gdb.mi/basics.c (main): Add a call to sleep.
+        * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
+        * gdb.mi/mi2-cli.exp: Likewise.
+        * gdb.mi/mi-break.exp: Likewise.
+
+2008-06-11  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
+
+2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
+
+        * gdb.mi/mi-console.exp: Adjust.
+        * gdb.mi/mi-syn-frame.exp: Adjust.
+        * gdb.mi/mi2-console.exp: Adjust.
+        * gdb.mi/mi2-syn-frame.exp: Adjust.
+        * lib/mi-support.exp (mi_run_cmd): Adjust.
+        (mi_send_resuming_command): Adjust.
+
+2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
+        * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
+        testing of stopped.
+        * gdb.mi/mi2-syn-frame.exp: Likewise.
+        * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
+        (async, detect_async): New.
+        (mi_expect_stop, mi_continue_to_line): Adjust expectation
+        depending on if we're running in sync or async mode.
+
+2008-06-09  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/completion.exp: New tests for field name completion
+       with spaces, and field name completion with '->'.
+
+2008-06-06  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/break1.c (struct some_struct): New struct.
+       (values): New global.
+       * gdb.base/completion.exp: Add field name completion test.
+
+2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.cp/call-c.exp: Test for incorrect handling of reference
+       to pointer.
+       * gdb.cp/call-c.cc: Likewise.
+
+2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.base/annota1.exp (thread_switch): Test for thread-changed
+       annotation.
+
+2008-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
+            Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.threads/execl.c, gdb.threads/execl1.c,
+       gdb.threads/execl.exp: New tests.
+       
+2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/exception.exp: Activate test, make it work with pending
+       catchpoints.
+
+2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
+
+2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
+
+        * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
+        now printed.
+        * gdb.mi/mi2-var-cmd.exp: Likewise.
+
+2008-05-27  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.base/frame-args.exp: Handle arguments that are optimized
+       out.
+
+2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
+
+       * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
+       quiet for ppc32 and group options into a single variable.
+
+2008-05-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/null_array/foo.adb: Add multi-dimensional array
+       of zero-size elements.
+       * gdb.ada/null_array.exp: Test printing this new array.
+
+2008-05-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
+
+2008-05-21  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/finish.exp: Test that "fin" works as an abbreviation
+       of the "finish" command.
+
+2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.base/annota1.exp: Test for new annotation.
+
+2008-05-16  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/fixsection.exp: New file.
+       * gdb.base/fixsection0.c: New file.
+       * gdb.base/fixsection1.c: New file.
+
+2008-05-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.base/annota1.exp: Accept printf@... in place of printf.
+       * gdb.base/annota3.exp: Likewise.
+
 2008-05-13  Nathan Froyd  <froydnj@codesourcery.com>
 
        * gdb.base/watch_thread_num.exp: Don't run tests that require
 
        * gdb.asm/asmsrc1.s: Add scratch space.
 
+2008-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
+       gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
+       gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
+
 2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
This page took 0.046357 seconds and 4 git commands to generate.