X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Ftestsuite%2FChangeLog;h=73f554561aae88964693d04e0061f79cc3a90e01;hb=6d72d289c4718c72f36880876d7460d6da4fa21a;hp=9fb10b5a23c3cff79c07b0842ce88c5f5d660433;hpb=e86ca25fd6cc06488c9dda936cf83f0fcdf6b58b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9fb10b5a23..73f554561a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,128 @@ +2018-06-22 Simon Marchi + + * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in + "info registers" output. + +2018-06-21 Richard Bunt + + * gdb.base/watchpoint-hw-attach.c: New test. + * gdb.base/watchpoint-hw-attach.exp: New file. + +2018-06-20 Simon Marchi + + * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh + through /bin/sh. + * boards/dwarf4-gdb-index.exp: Likewise. + * boards/fission-dwp.exp: Likewise. + +2018-06-20 Ulrich Weigand + + * gdb.base/float128.exp: Add comment and improved fail message + to the failure case of "print large128" test. + +2018-06-19 Simon Marchi + + * configure.ac: Remove AC_PREREQ. + * configure: Re-generate. + +2018-06-19 Pedro Alves + + * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller) + (func_extern_caller): New. + (main): Call func_extern_caller. + * gdb.opt/inline-break.exp: Add tests for inline frame skipping + logic change. + +2018-06-18 Weimin Pan + + PR gdb/16841 + * gdb.cp/typedef-base.cc: New file. + * gdb.cp/typedef-base.exp: New file. + +2018-06-18 Tom de Vries + + * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations. + +2018-06-16 Andrew Burgess + Richard Bunt + + * gdb.threads/attach-slow-waitpid.c: New file. + * gdb.threads/attach-slow-waitpid.exp: New file. + * gdb.threads/slow-waitpid.c: New file. + +2018-06-14 Pedro Alves + + * gdb.base/fork-running-state.c: Include . + (exit_if_relative_exits): New. + (fork_child): If 'exit_if_relative_exits' is true, exit if the parent + exits. + (fork_parent): If 'exit_if_relative_exits' is true, exit if the + child exits. + +2018-06-14 Tom de Vries + + PR cli/22573 + * gdb.base/finish-pretty.c: New test. + * gdb.base/finish-pretty.exp: New file. + +2018-06-14 Pedro Alves + + * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build + gdb's expected startup output. + +2018-06-14 Pedro Alves + + * lib/selftest-support.exp (selftest_setup): Remove inlined + function handling. + +2018-06-14 Tom de Vries + + * lib/selftest-support.exp (selftest_setup): Allow function arguments in + matching of breakpoint printing. + +2018-06-13 Tom de Vries + + PR testsuite/23269 + * gdb.base/fork-running-state.c (main): Move setting of alarm ... + (fork_child): ... here, and ... + (fork_parent): ... here. + +2018-06-12 Tom de Vries + + * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text. + +2018-06-12 Andrew Burgess + Stephen Roberts + + * gdb.threads/multiple-successive-infcall.exp: Remove kfail case, + rewrite test to describe action performed, rather than possible + failure. + +2018-06-08 Gary Benson + + * gdb.threads/check-libthread-db.exp: New file. + * gdb.threads/check-libthread-db.c: Likewise. + +2018-06-05 Tom Tromey + + * gdb.base/default.exp: Update expected "show version" output. + +2018-06-05 Tom Tromey + + PR cli/12326: + * gdb.cp/static-print-quit.exp: Update. + * lib/gdb.exp (pagination_prompt): Update. + * gdb.base/page.exp: Use pagination_prompt. Add new tests. + * gdb.python/python.exp: Update. + +2018-06-04 Joel Brobecker + + * gdb.mi/list-thread-groups-no-inferior.exp: New testcase. + +2018-06-01 Joel Brobecker + + * gdb.ada/bp_fun_addr: New testcase. + 2018-06-01 Tom Tromey * gdb.xml/tdesc-regs.exp (load_description): Update expected