gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 4e127006fb4471dabe65be7c5b067ed6dc5807db..1dd8d4b87b49c7d04824c5cb1855458c973cf68b 100644 (file)
@@ -1,3 +1,219 @@
+2008-10-15  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
+
+2008-10-15  Denis Pilat  <denis.pilat@st.com>
+
+       * gdb.cp/mb-ctor.exp: Fix a typo.
+
+2008-10-09  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
+       'fprintf' and 'stderr'.
+
+2008-10-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/ref_tick_size.exp: New testcase.
+
+2008-10-06  Doug Evans  <dje@google.com>
+
+       * gdb.dwarf2/dw2-cu-size.exp: New file.
+       * gdb.dwarf2/dw2-cu-size.S: New file.
+
+       * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
+       .Ltype_int for clarity.
+
+2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       PR gdb/2384:
+       * gdb.cp/gdb2384.exp: Extended to test more cases.
+       * gdb.cp/gdb2384.cc: Likewise.
+       * gdb.cp/gdb2384-base.h: Likewise.
+       * gdb.cp/gdb2384-base.cc: Likewise.
+       
+2008-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/maint.exp (maint print type): Remove printing
+       UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
+
+2008-09-30  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/macscp.exp: Add completion tests.
+       * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
+       (TWENTY_THREE): Likewise.
+       (FORTY_EIGHT): Likewise.
+
+2008-09-30  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
+       everywhere.
+       * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
+
+2008-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/attachstop-mt.exp: Note a real testcase name this
+       testcase is derived from.  Fix racy dependency on an expected PID
+       number.  No longer support the testcase on Linux kernel 2.4.x.
+
+2008-09-27  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/macscp.exp: Add tests for stringification, splicing,
+       and varargs.
+
+2008-09-22  Pedro Alves  <pedro@codesourcery.com>
+
+       * lib/mi-support.exp (mi_expect_interrupt): New.
+       (mi_reverse_list, mi_check_thread_states): New, moved and renamed
+       from gdb.mi/mi-nonstop.exp.
+       * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
+       * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
+       lib/mi-support.exp.
+       Use mi_check_thread_states throughout.  Avoid ".*" and do not
+       require an anchor after -exec-run.
+
+2008-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/mi-nonstop.exp: Do not check thread state while a
+       stop is pending.  Avoid ".*" when two stops are pending.
+       * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
+       (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
+       newlines in fullnames.
+       * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
+       (mi_expect_stop): Update comments.  Only anchor in sync mode.
+       Do not match newlines.
+       (mi_send_resuming_command_raw): Always return status.
+       (mi_get_stop_line): Do not match more than one line by accident.
+       Only anchor in sync mode.
+       (mi_run_inline_test): If -exec-next fails, give up.
+
+2008-09-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
+       on SPU.
+
+2008-09-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
+
+2008-09-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
+       gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
+       gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
+       gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
+       gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
+       gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
+       gdb.ada/interface.exp, gdb.ada/null_array.exp,
+       gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
+       gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
+       gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
+       gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
+       Include the "= " sequence in the expected output of print tests.
+
+2008-09-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
+       description for boolean types.
+
+2008-09-09  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/hook-stop-continue.c: New.
+       * gdb.base/hook-stop-continue.exp: New.
+
+2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
+
+2008-09-08  Jerome Guitton  <guitton@adacore.com>
+
+       * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
+       (stack_check_probe_2, stack_check_probe_loop_1)
+       (stack_check_probe_loop_2): New functions.
+       (main): Add call to these new functions.
+       * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
+       functions, check that the breakpoint is inserted at the appropriate
+       location.
+       (insert_breakpoint): Slightly refine this procedure so that it can
+       be called several times in the test.
+
+2008-09-08  Jerome Guitton  <guitton@adacore.com>
+
+       * gdb.base/stack-checking.c: New file.
+       * gdb.base/stack-checking.exp: New file.
+
+2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.arch/altivec-abi.exp: Remove extra verbose call.
+       * gdb.arch/altivec-regs.exp: Likewise.
+       * gdb.arch/vsx-regs.exp: Likewise.
+
+2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.arch/ppc-fp.exp: New file.
+       * gdb.arch/ppc-fp.c: New file.
+
+2008-09-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
+       lest gcc-4.3.1 optimizes the whole thing away.
+       
+2008-09-04  Michael Snyder  <msnyder@vmware.com>
+
+       * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
+       as "at" (for non-debug functions such as _start).
+
+2008-09-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
+       * gdb.base/watchpoint-solib.exp: Likewise.  Update tests to handle
+       software watchpoints.
+       * gdb.base/watch_thread_num.exp: Likewise.
+
+2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * gdb.arch/i386-bp_permanent.exp: New test.
+
+2008-08-24  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/maint.exp: Update "maint print type".
+
+2008-08-21  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
+       support.  Adjust the order of "*running" notifications.
+       * gdb.mi/non-stop.c: Don't cast from int to void* and
+       back.
+
+2008-08-20  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
+       expect to find it in the "info frame" output.
+
+2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/interp.exp: Always consume both prompts.
+
+2008-08-20  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/pending.exp: Test pending breakpoints without symbols
+       loaded.
+
+2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (mi_expect_stop): Produce
+       more details on failures.
+       * gdb.mi/mi-nonstop.exp: New.
+       * gdb.mi/non-stop.c: New.
+
+2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
+
+        * gdb.mi/mi-async.exp: Use 'set target-async'.
+        * lib/mi-support.exp: Use 'set/show target-async'.
+
+2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/powerpc-prologue.exp: Correct saved registers.
+
 2008-08-17  Tom Tromey  <tromey@redhat.com>
 
        * gdb.base/help.exp (help catch): Rewrite.
This page took 0.03255 seconds and 4 git commands to generate.