X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=cea52c78cafdecc107c0de39b22cb04ffe8281e0;hb=d4d429d589c4d6a4450146fbcac8e1aad445114d;hp=b4771be3731f0034a0954f11e4b45fcdfba9aee5;hpb=f6ac5f3d63e03a81c4ff3749aba234961cc9090e;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b4771be373..cea52c78ca 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,307 @@ +2018-06-28 Petr Tesarik + + * gdb.base/relocate.exp: Add test for "symbol-file -o ". + +2018-06-27 Omair Javaid + + PR gdb/21695 + * gdb.base/infoline-reloc-main-from-zero.exp: New test. + * gdb.base/infoline-reloc-main-from-zero.c: New file. + +2018-06-26 Tom Tromey + + PR rust/22574: + * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests. + * gdb.rust/simple.rs (struct SimpleLayout): New. + +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 + results. + * gdb.dwarf2/method-ptr.exp: Set language to C++. + * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++. + * gdb.cp/typeid.exp (do_typeid_tests): Update type_re. + * gdb.base/maint.exp (maint_pass_if): Update. + +2018-05-31 Maciej W. Rozycki + + * gdb.base/endian.exp: New test. + * gdb.base/endian.c: New test source. + +2018-05-24 Andrew Burgess + + PR gdb/23203 + * gdb.base/bt-selected-frame.c: New file. + * gdb.base/bt-selected-frame.exp: New file. + * lib/gdb.exp (get_current_frame_number): New function. + +2018-05-24 Maciej W. Rozycki + Pedro Alves + + * gdb.threads/tls-core.c: Include + (thread_proc): Call `abort'. + * gdb.threads/tls-core.exp: Generate a core with core_find too. + (tls_core_test): New procedure, bits factored out from ... + (top level): ... here. Test both native cores and gcore cores. + +2018-05-23 Tom Tromey + + * gdb.gdb/complaints.exp (test_initial_complaints): Simplify. + +2018-05-23 Tom Tromey + + * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention + symfile_complaints. + (test_short_complaints): Likewise. + (test_empty_complaints): Likewise. + (test_initial_complaints): Update. + +2018-05-23 Tom Tromey + + * gdb.gdb/complaints.exp (test_empty_complaints): Update. + +2018-05-23 Tom Tromey + + * gdb.gdb/complaints.exp (test_serial_complaints): Remove. + (test_short_complaints): Update. + +2018-05-22 Pedro Alves + + * gdb.base/remote.exp: Only gdb_start after compiling the + testcase. Issue "disconnect" before testing "set remote" command + defaults. Issue clean_restart before running to main. + +2018-05-22 Pedro Alves + + * gdb.base/remote.exp: Adjust expected output of "show remote + memory-write-packet-size". Add tests for "set remote + memory-write-packet-size 0" and "set remote + memory-write-packet-size fixed/limit". + +2018-05-22 Pedro Alves + + PR gdb/22973 + * gdb.base/utf8-identifiers.c: New file. + * gdb.base/utf8-identifiers.exp: New file. + +2018-05-22 Pedro Franco de Carvalho + + * gdb.arch/powerpc-fpscr-gcore.exp: New file. + +2018-05-22 Pedro Franco de Carvalho + + * gdb.arch/powerpc-vsx-gcore.exp: New file. + +2018-05-18 Tom Tromey + + * gdb.base/ptype-offsets.exp: Update. + +2018-05-17 Keith Seitz + + * gdb.ada/bp_inlined_func.exp: Update inlined frame locations + in expected breakpoint stop locations. + * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to + move to proper scope to test variable values. + * gdb.opt/inline-break.c (inline_func1, not_inline_func1) + (inline_func2, not_inline_func2, inline_func3, not_inline_func3): + New functions. + (main): Call not_inline_func3. + * gdb.opt/inline-break.exp: Start inferior and set breakpoints at + inline_func1, inline_func2, and inline_func3. Test that when each + breakpoint is hit, GDB properly reports both the stop location + and the backtrace. Repeat tests for temporary breakpoints. + +2018-05-15 Maciej W. Rozycki + + * gdb.server/server-kill.exp: Verify whether `server_pid' exists + rather then trying to access it in determining whether the PID + of `gdbserver' could have been retrieved. + +2018-05-08 Andrew Burgess + + * gdb.arch/amd64-init-x87-values.S: New file. + * gdb.arch/amd64-init-x87-values.exp: New file. + +2018-05-08 Jan Kratochvil + + * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests. + +2018-05-04 Tom Tromey + + PR python/22730: + * gdb.python/python.exp: Test multi-line execute. + +2018-05-04 Tom Tromey + + PR python/22731: + * gdb.python/py-breakpoint.exp: Test setting breakpoint commands. + +2018-05-04 Tom Tromey + + PR gdb/11750: + * gdb.base/define.exp: Test defining a user command inside a user + command. + * gdb.base/commands.exp (define_if_without_arg_test): Test "define". + +2018-05-04 Jan Kratochvil + Pedro Alves + + PR breakpoints/19806 and support for PR external/20207. + * gdb.base/watchpoint-unaligned.c: New file. + * gdb.base/watchpoint-unaligned.exp: New file. + +2018-05-04 Andrew Burgess + + * gdb.base/maint.exp: Make test names unique, use + test_prefix_command_help to test 'help maint info', and remove + repeated test of 'help maint'. + +2018-05-04 Tom Tromey + + PR gdb/22619: + * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat + behavior. + +2018-05-04 Andrew Burgess + + * gdb.base/maint.exp: Process output from 'maint print registers' + line at a time. + +2018-05-04 Andrew Burgess + + * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a + timeout. + +2018-05-03 Andrew Burgess + + * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register + filter pattern. + 2018-05-02 Pedro Alves * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and