X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=31e0e5dffd082c0bd6650fef5d37982e52a56ed3;hb=5fc35d961bda7f8d40bfad9ca458a6b08de02bcb;hp=307aa0f6123cca9be581b599f6a75319dd79d1ac;hpb=e2f0d509b33e91abf99978af5fe8d45240550c35;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 307aa0f612..31e0e5dffd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,231 @@ +2014-03-20 Pedro Alves + + * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid): + Delete. + (block_signals, unblock_signals): Delete. + (child_function_2, main): Remove references to deleted variable + and functions. + +2014-03-20 Pedro Alves + + * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main): + Use pthread_kill to signal thread 2. + * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: + Adjust to make the test send itself a signal rather than using the + host's "kill" command. + +2014-03-20 Pedro Alves + + * gdb.threads/multiple-step-overs.c: New file. + * gdb.threads/multiple-step-overs.exp: New file. + * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: + Adjust expected infrun debug output. + +2014-03-20 Pedro Alves + + * gdb.threads/step-over-trips-on-watchpoint.c: New file. + * gdb.threads/step-over-trips-on-watchpoint.exp: New file. + +2014-03-20 Pedro Alves + + PR breakpoints/7143 + * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of + old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead + of gdb_test_multiple. + * gdb.cp/annota2.exp: Remove kfail for gdb/38. + * gdb.cp/annota3.exp: Remove kfail for gdb/38. + +2014-03-20 Pedro Alves + + * gdb.threads/step-over-lands-on-breakpoint.c: New file. + * gdb.threads/step-over-lands-on-breakpoint.exp: New file. + +2014-03-19 Pedro Alves + + * gdb.base/async.exp: Remove early return. + +2014-03-19 Pedro Alves + + * gdb.base/async.exp (step& tests): Pass explicit test messages. + +2014-03-19 Pedro Alves + + * gdb.base/async.exp (test_background): Expect \r\n after + "completed." in the fail pattern. + +2014-03-19 Pedro Alves + + * gdb.base/async.exp (test_background): New procedure. + Use it for all background execution command tests. + +2014-03-19 Pedro Alves + + * gdb.base/async.exp: Use prepare_for_testing. + +2014-03-19 Pedro Alves + + * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in + the same line. + +2014-03-19 Pedro Alves + + * gdb.base/async.c (main): Add "jump here" and "until here" line + marker comments. + * gdb.base/async.exp (jump_here): New global. + (jump& test): Use it. + (until_here): New global. + (until& test): Use it. + +2014-03-19 Pedro Alves + + * gdb.base/async.exp: Don't frob gdb_protocol. + +2014-03-18 Doug Evans + + * gdb.base/async.exp: Whitespace fixes. Turn on target-async. + Fix spelling of exec-done-display. + +2014-03-18 Jan Kratochvil + + PR gdb/15358 + * gdb.base/gdb-sigterm.c: New file. + * gdb.base/gdb-sigterm.exp: New file. + +2014-03-18 Pedro Alves + + PR gdb/13860 + * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail. + * lib/mi-support.exp (mi_expect_stop): Add special handling for + solib-event. + +2014-03-17 Joel Brobecker + + * gdb.ada/pckd_arr_ren: New testcase. + +2014-03-13 Doug Evans + + PR guile/16612 + * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage + collect after discarding symbols. + +2014-03-13 Ludovic Courtès + Doug Evans + + * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added + to history survives a gc. + +2014-03-13 Pedro Alves + + * gdb.base/default.exp: Don't test "target procfs". + +2014-03-13 Pedro Alves + + * gdb.base/default.exp: Update "target child" and "target procfs" + tests to not expect "Unix". + +2014-03-12 Tom Tromey + + * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach): + New procs. Add target-async tests. + * gdb.reverse/break-precsave.exp (precsave_tests): New proc. + Add target-async tests. + +2014-03-12 Andreas Arnez + + * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels + 'func_start' and 'func_end' for the beginning and end of the + function code, respectively. + * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and + 'func_end' instead of 'func' and 'main'. + +2014-03-12 Andreas Arnez + + * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove. + * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to + generate the debug info assembler source. + +2014-03-12 Andreas Arnez + + * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'. + * gdb.dwarf2/arr-subrange.exp: Likewise. + * gdb.dwarf2/dwz.exp: Likewise. + * gdb.dwarf2/method-ptr.exp: Likewise. + * gdb.dwarf2/missing-sig-type.exp: Likewise. + * gdb.dwarf2/subrange.exp: Likewise. + * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'. + * gdb.dwarf2/implptrpiece.exp: Likewise. + * gdb.dwarf2/nostaticblock.exp: Likewise. + +2014-03-12 Andreas Arnez + + * lib/gdb.exp (build_executable_from_specs): Don't prepend source + directory to absolute path name arguments. + +2014-03-10 Joel Brobecker + + * gdb.ada/tagged_access: New testcase. + +2014-03-07 Markus Metzger + + * gdb.btrace/data.exp: Update expected output. + +2014-03-06 Yao Qi + + * gdb.trace/pr16508.exp: New file. + +2014-03-05 Pedro Alves + + PR gdb/16575 + * gdb.base/breakpoint-shadow.exp (compare_disassembly): New + procedure. + (top level): Adjust to use it. Add tests that exercise breakpoint + interaction with the code-cache. + +2014-02-26 Ludovic Courtès + + * gdb.guile/scm-value.exp (test_value_in_inferior): Add + test for 'history-append!'. + +2014-02-26 Joel Brobecker + + * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file. + * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file. + * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file. + * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file. + * gdb.dwarf2/dw2-abs-hi-pc.c: New file. + * gdb.dwarf2/dw2-abs-hi-pc.exp: New file. + +2014-02-26 Joel Brobecker + + * testsuite/gdb.python/py-pp-re-notag.c: New file. + * testsuite/gdb.python/py-pp-re-notag.ex: New file. + * testsuite/gdb.python/py-pp-re-notag.p: New file. + +2014-02-26 Joel Brobecker + + * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files. + +2014-02-26 Joel Brobecker + + * gdb.dwarf2/arr-stride.c: New file. + * gdb.dwarf2/arr-stride.exp: New file. + +2014-02-26 Pedro Alves + + * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me + that won't ever trigger. Make sure that GDB reports the correct + breakpoint that caused the stop. + +2014-02-25 Jan Kratochvil + + PR gdb/16626 + * gdb.base/auto-load-script: New file. + * gdb.base/auto-load.c: New file. + * gdb.base/auto-load.exp: New file. + + PR gdb/16626 + * gdb.base/auto-load.exp: Fix out-of-srctree run. + 2014-02-25 Jan Kratochvil Fix dw2-icycle.exp -fsanitize=address GDB crash.