* lib/mi-support.exp (mi_send_resuming_command_raw): Revert
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index eac9ba9296aa80999d8b88b7709b84c94792ae8a..a52fe675388bb03916f58879471f00d4fd343a47 100644 (file)
@@ -1,3 +1,412 @@
+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
+       watchpoints if the target doesn't support them.
+
+2008-05-12  Doug Evans  <dje@google.com>
+
+       * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
+
+2008-05-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/assign_1.exp: New testcase.
+
+2008-05-09  Doug Evans  <dje@google.com>
+
+       * gdb.base/find.exp: New file.
+       * gdb.base/find.c: New file.
+
+2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/commands.exp (watchpoint_command_test): Handle
+       gdb,no_hardware_watchpoints.
+       * gdb.base/float.exp: Allow ARM targets without floating point.
+       * gdb.base/step-test.exp: Allow callee@plt when stepping in.
+
+2008-05-06  Jerome Guitton  <guitton@adacore.com>
+            Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/lang_switch: New test program.
+       * gdb.ada/lang_switch.exp: New testcase.
+
+2008-05-05  Doug Evans  <dje@google.com>
+
+       * gdb.base/help.exp (disassemble): Update expected help text.
+
+2008-05-04  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
+
+2008-05-04  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
+       different times.
+
+2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
+       * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
+       `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
+       * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
+
+2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
+       notification to appear.
+
+2008-05-04  Daniel Jacobowitz  <dan@debian.org>
+
+       * gdb.base/fullname.c: New file.
+       * gdb.base/fullname.exp: New file.
+       * lib/gdb.exp (gdb_breakpoint): Support no-message option.
+
+2008-05-03  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
+       expressions with macros.
+
+2008-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
+
+2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/completion.exp: Handle lack of other symbols beginning
+       with "a".
+
+       * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
+
+2008-05-02  Jim Blandy  <jimb@codesourcery.com>
+
+       * gdb.asm/asmsrc1.s: Add scratch space.
+
+2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
+
+2008-05-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/info-target.exp: New testcase.
+
+2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/hang.exp: Use .cc instead of .C.
+       * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
+       * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
+
+2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/gdb1250.exp: Remove perror.
+       * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
+
+2008-04-30  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
+       .2byte.
+
+2008-04-25  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/macscp.exp: Enable kfails.  Compile with -g3 for GCC.
+       (maybe_kfail): New.
+
+2008-04-25  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
+
+2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
+
+        * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
+        * gdb.mi/mi2-syn-frame.exp: Likewise.
+        * lib/mi-support.exp: Likewise.
+
+2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
+       to specify regexp for the location to stop at.
+       * gdb.base/break-always.c: New.
+       * gdb.base/break-always.exp: New.
+
+2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (mi_runto_helper): Adjust
+       for the original-location field.
+       (mi_create_breakpoint, mi_list_breakpoints): New.
+       * gdb.mi/mi-break.exp: Adjust.
+       * gdb.mi/mi2-break.exp: Adjust.
+       * gdb.mi/mi-pending.exp: Adjust.
+       * gdb.mi/mi-simplerun.exp: Adjust.
+       * gdb.mi/mi2-simplerun.exp: Adjust.
+       * gdb.mi/mi-syn-frame.exp: Adjust.
+       * gdb.mi/mi2-syn-frame.exp: Adjust.
+       * gdb.mi/mi-until.exp: Adjust.
+       * gdb.mi/mi2-until.exp: Adjust.
+       * gdb.mi/mi-var-display.exp: Adjust.
+       * gdb.mi/mi2-var-display.exp: Adjust.
+       * gdb.mi/mi-watch.exp: Adjust.
+       * gdb.mi/mi2-watch.exp: Adjust.
+
+2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
+
+        * aclocal.m4: Add override.m4.
+        * configure: Regenerate.
+
+2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/var-cmd.c (do_at_tests): Verify that
+       '-var-update --all-values' reports new value even the type
+       of a variable object has changed.
+
+2008-04-18  Craig Silverstein  <csilvers@google.com>
+
+       * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
+       files.
+
+2008-04-18  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/atomic_enum: New test program.
+       * gdb.ada/atomic_enum.exp: New testcase.
+
+2008-04-17  Doug Evans  <dje@google.com>
+
+       * gdb.opt/Makefile.in: Fix whitespace.
+
+2008-04-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
+
+2008-04-17  Doug Evans  <dje@google.com>
+
+       * gdb.base/hashline1.exp: New testcase.
+       * gdb.base/hashline2.exp: New testcase.
+       * gdb.base/hashline2.exp: New testcase.
+
+2008-04-17  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
+
+2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * gdb.base/attach.exp (do_attach_tests): Matching pattern for
+       temporary breakpoint to match "Temporary breakpoint".
+       * gdb.base/break.exp (delete_breakpoints): Likewise.
+       * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
+       * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
+       * gdb.base/display.exp: Likewise.
+       * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
+       * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
+       * gdb.base/restore.exp (restore_tests): Likewise.
+       * gdb.base/sepdebug.exp: Likewise.
+       * gdb.base/watchpoint.exp: Likewise.
+       * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
+       * gdb.mi/mi-pending.exp: Likewise.
+       * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
+       * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
+       * gdb.mi/mi-var-cmd.exp: Likewise.
+       * gdb.mi/mi-var-display.exp: Likewise.
+       * gdb.mi/mi2-cli.exp: Likewise.
+       * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
+       * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
+       * gdb.mi/mi2-var-display.exp: Likewise.
+       * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
+       * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
+       new "disp" field.
+       (mi_expect_stop): Move after_reason argument to be really after 
+       reason. This is to support fix for PR2424.
+
+2008-04-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
+
+2008-04-13  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
+        field.  Add more floating varobj tests.
+       * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
+        field.
+        * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
+        (main): Call do_at_tests.
+        * lib/mi-support.exp (mi_create_floating_varobj)
+        (mi_varobj_update_with_type_change): New.
+
+2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
+
+       * gdb.mi/mi2-var-display.exp: Added tests for the new -f
+       option of -var-evaluate-expression.
+       * gdb.mi/mi2-var-display.exp: Likewise.
+
+2008-04-07  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Introduce test setup helpers.
+        * lib/gdb.exp (build_executable, clean_restart)
+        (prepare_for_testing): New.
+        * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
+        * gdb.base/return.exp: Likewise.
+        * gdb.base/ending-run.exp: Likewise.
+
+2008-04-07  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.mi/mi-async.exp: New test for asynchronous Machine
+       Interface (MI) responses.
+
+2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
+
+        * gdb.cp/breakpoint.cc: New code to test conditions involving
+        member variables.
+        * gdb.cp/breakpoint.exp: Test condition involving member
+        variables.
+
 2008-04-05  Vladimir Prus  <vladimir@codesourcery.com>
 
        * lib/mi-support.exp (mi_expect_stop): New.
This page took 0.053734 seconds and 4 git commands to generate.