* gdb.base/annota1.exp: Accept printf@... in place of printf.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index aa2f8b9fec6404679d131d7fb80a22de4798abbc..682cf008f4ad47d2073123f99838a73fa06df9ad 100644 (file)
@@ -1,3 +1,244 @@
+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.
This page took 0.035585 seconds and 4 git commands to generate.