X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=1dd8d4b87b49c7d04824c5cb1855458c973cf68b;hb=1c5cfe8615a947f26ef1569f3af3017bb1c63899;hp=603bc9e5b037979d0d90240f817b2bc94e22d631;hpb=5e06a3d1d5dcd15d8a883d3dde9fd90a5a5b8790;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 603bc9e5b0..1dd8d4b87b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,340 @@ +2008-10-15 Pedro Alves + + * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test. + +2008-10-15 Denis Pilat + + * gdb.cp/mb-ctor.exp: Fix a typo. + +2008-10-09 Tom Tromey + + * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than + 'fprintf' and 'stderr'. + +2008-10-07 Joel Brobecker + + * gdb.ada/ref_tick_size.exp: New testcase. + +2008-10-06 Doug Evans + + * 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 + + 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 + + * gdb.base/maint.exp (maint print type): Remove printing + UPPER_BOUND_TYPE and LOWER_BOUND_TYPE. + +2008-09-30 Tom Tromey + + * 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 + + * 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 + + * 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 + + * gdb.base/macscp.exp: Add tests for stringification, splicing, + and varargs. + +2008-09-22 Pedro Alves + + * 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 + + * 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 + + * gdb.base/stack-checking.c (big_frame): Reduce stack consumption + on SPU. + +2008-09-10 Joel Brobecker + + * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date. + +2008-09-10 Joel Brobecker + + * 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 + + * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type + description for boolean types. + +2008-09-09 Pedro Alves + + * gdb.base/hook-stop-continue.c: New. + * gdb.base/hook-stop-continue.exp: New. + +2008-09-08 Daniel Jacobowitz + + * gdb.base/structs3.c, gdb.base/structs3.exp: New files. + +2008-09-08 Jerome Guitton + + * 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 + + * gdb.base/stack-checking.c: New file. + * gdb.base/stack-checking.exp: New file. + +2008-09-05 Thiago Jung Bauermann + + * 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 + + * gdb.arch/ppc-fp.exp: New file. + * gdb.arch/ppc-fp.c: New file. + +2008-09-05 Paul Pluzhnikov + + *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 + + * 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 + + * 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 + + * gdb.arch/i386-bp_permanent.exp: New test. + +2008-08-24 Tom Tromey + + * gdb.base/maint.exp: Update "maint print type". + +2008-08-21 Vladimir Prus + + * 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 + + * 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 + + * gdb.base/interp.exp: Always consume both prompts. + +2008-08-20 Pedro Alves + + * gdb.base/pending.exp: Test pending breakpoints without symbols + loaded. + +2008-08-19 Vladimir Prus + + * 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 + + * gdb.mi/mi-async.exp: Use 'set target-async'. + * lib/mi-support.exp: Use 'set/show target-async'. + +2008-08-18 Daniel Jacobowitz + + * gdb.arch/powerpc-prologue.exp: Correct saved registers. + +2008-08-17 Tom Tromey + + * gdb.base/help.exp (help catch): Rewrite. + +2008-08-16 Thiago Jung Bauermann + + * gdb.base/define.exp: Test indented command documentation. + * gdb.python/python.exp: Test indented multi-line command. + +2008-08-15 Luis Machado + + * testsuite/gdb.arch/vsx-regs.c: New source file. + * testsuite/gdb.arch/vsx-regs.exp: New testcase. + * testsuite/lib/gdb.exp (skip_vsx_tests): New function. + +2008-08-14 Tom Tromey + + * gdb.base/macscp.exp: Add regression test for "macro define" or + "macro undef" with no arguments. + +2008-08-08 Paul Pluzhnikov + + * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test. + +2008-08-07 Ulrich Weigand + + * gdb.arch/spu-info.exp: Updated for "info spu dma" changes. + +2008-08-06 Tom Tromey + + * gdb.python/python.exp: New file. + +2008-08-06 Jan Kratochvil + + Fix for PR gdb/1543. + * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with + $LOCATION. + (location): New variable. + * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp, + config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp, + config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp, + config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp, + gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp, + gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp, + gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp, + gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c, + gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp, + gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c, + gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp, + gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp, + gdb.base/checkpoint.exp, gdb.base/chng-syms.exp, + gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp, + gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp, + gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c, + gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp, + gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp, + gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp, + gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp, + gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp, + gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp, + gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp, + gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp, + gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp, + gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp, + gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp, + gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp, + gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp, + gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp, + gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c, + gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp, + gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp, + gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp, + gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c, + gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c, + gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp, + gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp, + gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c, + gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp, + gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp, + gdb.base/type-opaque.exp, gdb.base/until.exp, + gdb.base/value-double-free.c, gdb.base/varargs.exp, + gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp, + gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp, + gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp, + gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp, + gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp, + gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp, + gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp, + gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp, + gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp, + gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp, + gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp, + gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp, + gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp, + gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp, + gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp, + gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp, + gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp, + gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp, + gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c, + gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp, + gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp, + gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp, + gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp, + gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp, + gdb.pascal/types.exp, gdb.stabs/weird.exp, + gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp, + gdb.threads/print-threads.exp, gdb.threads/pthreads.exp, + gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp, + gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp, + gdb.threads/thread_check.exp, gdb.threads/thread_events.exp, + gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp, + gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp, + gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp, + gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp, + gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp, + gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp, + gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp, + lib/mi-support.exp, lib/trace-support.exp: Remove reference + to bug-gdb@prep.ai.mit.edu . + 2008-07-31 Vladimir Prus * lib/mi-support.exp (mi_load_shlibs): New.