X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=2b1a8ba7eeb6a46fc2d2da4033c809100ae706a6;hb=5d2e1193286fe6278ee70c2137b3726994f2e28b;hp=b31e8dd61154667de37a6ac0a9cd5b9a2cf8f062;hpb=873de05c85f79a385863b39b1de2a7add9d15a07;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b31e8dd611..2b1a8ba7ee 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,353 @@ +2020-02-03 Rogerio A. Cardoso + + * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of + tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-, + bctarl+ extended mnemonics when avaliable by bgttar, bnstarl, + blttar, bnetarl. + * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions + binary for blttar, bnetarl. + * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of + wait instruction. Delete ldmx test. + * gdb.arch/powerpc-power9.s: Delete ldmx instruction. + +2020-02-03 Alok Kumar Sharma + + * gdb.fortran/array-bounds-high.exp: New file. + * gdb.fortran/array-bounds-high.f90: New file. + +2020-02-03 Lukas Durfina (tiny change) + + * gdb.base/fileio.c: Remove #include of . + Replace #include of by . + +2020-02-01 Tom de Vries + + * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo. + +2020-01-31 Andrew Burgess + + PR tui/9765 + * gdb.tui/tui-layout-asm-short-prog.S: New file. + * gdb.tui/tui-layout-asm-short-prog.exp: New file. + +2020-01-29 Luis Machado + + * gdb.arch/aarch64-brk-patterns.c: New source file. + * gdb.arch/aarch64-brk-patterns.exp: New test. + +2020-01-29 Tankut Baris Aktemur + + * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the + GCC/Clang version. + * gdb.cp/pass-by-ref.exp: Ditto. + +2020-01-29 Tom de Vries + + * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG. + * gdb.threads/watchpoint-fork-mt.c: Same. + * gdb.threads/watchpoint-fork-parent.c: Same. + * gdb.threads/watchpoint-fork-st.c: Same. + * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0. + +2020-01-27 Luis Machado + + * gdb.base/step-over-syscall.exp (setup): Check if we're already + sitting at a syscall instruction when we hit the syscall function's + breakpoint. + Check PC against one obtained with the x command. + Validate syscall number. + (step_over_syscall): Don't continue to the syscall instruction if + we're already there. + +2020-01-25 Philippe Waroquiers + + * gdb.base/attach.exp: Test 'set exec-file-mismatch'. + +2020-01-24 Andrew Burgess + + * gdb.dwarf2/dw2-inline-many-frames.c: New file. + * gdb.dwarf2/dw2-inline-many-frames.exp: New file. + +2020-01-24 Andrew Burgess + + * gdb.dwarf2/dw2-inline-stepping.c: New file. + * gdb.dwarf2/dw2-inline-stepping.exp: New file. + +2020-01-24 Andrew Burgess + + * gdb.base/maint.exp: Update line table parsing test. + * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test. + +2020-01-24 Pedro Alves + + PR gdb/25410 + * gdb.multi/multi-re-run-1.c: New. + * gdb.multi/multi-re-run-2.c: New. + * gdb.multi/multi-re-run.exp: New. + +2020-01-24 Andrew Burgess + + PR gdb/23718 + * gdb.server/server-kill-python.exp: New file. + +2020-01-24 Andrew Burgess + + * gdb.server/multi-ui-errors.c: New file. + * gdb.server/multi-ui-errors.exp: New file. + +2020-01-24 Andrew Burgess + + PR tui/9765 + * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window. + +2020-01-19 Tom Tromey + + * gdb.tui/main.exp: Add check for plain "file". + +2020-01-16 Christian Biesinger + + * lib/gdb.exp: Fix spelling error (seperatelly). + +2020-01-14 Tom Tromey + + PR symtab/12535: + * gdb.python/python.exp: Test decode_line with empty string + argument. + +2020-01-14 Bernd Edlinger + + * gdb.base/skip-inline.exp: Extend test. + +2020-01-13 Andrew Burgess + + * gdb.dwarf2/dw2-bad-elf-other.S: New file. + * gdb.dwarf2/dw2-bad-elf.c: New file. + * gdb.dwarf2/dw2-bad-elf.exp: New file. + +2020-01-13 Andrew Burgess + + * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and + _line_saw_file. + +2020-01-13 Andrew Burgess + + * lib/tuiterm.exp (Term::_check_box): Check some parts of the top + border. + +2020-01-10 Tankut Baris Aktemur + + * gdb.multi/multi-target.exp (setup): Factor out "info + connections" and "info inferiors" tests to ... + (test_info_inferiors): ... this new procedure. + (top level): Run new "info-inferiors" tests. + +2020-01-10 Pedro Alves + + * gdb.server/bkpt-other-inferior.exp: New file. + +2020-01-10 Pedro Alves + + * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output + of "add-inferior". + * gdb.base/quit-live.exp: Likewise. + * gdb.base/remote-exec-file.exp: Likewise. + * gdb.guile/scm-progspace.exp: Likewise. + * gdb.linespec/linespec.exp: Likewise. + * gdb.mi/new-ui-mi-sync.exp: Likewise. + * gdb.mi/user-selected-context-sync.exp: Likewise. + * gdb.multi/multi-target.exp (setup): Add "info connection" and + "info inferiors" tests. + * gdb.multi/remove-inferiors.exp: Adjust expected output of + "add-inferior". + * gdb.multi/watchpoint-multi.exp: Likewise. + * gdb.python/py-inferior.exp: Likewise. + * gdb.server/extended-remote-restart.exp: Likewise. + * gdb.threads/fork-plus-threads.exp: Adjust expected output of + "info inferiors". + * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise. + * gdb.trace/report.exp: Likewise. + +2020-01-10 Pedro Alves + + * gdb.multi/multi-target.c: New file. + * gdb.multi/multi-target.exp: New file. + * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop + mode requested, but remote does not support non-stop". + +2020-01-10 Pedro Alves + + * gdb.server/extended-remote-restart.exp (test_reload): Explicitly + disconnect before reconnecting. + +2020-01-10 Tankut Baris Aktemur + Pedro Alves + + * gdb.server/connect-without-multi-process.exp: Also test + continuing to end. + +2020-01-10 Pedro Alves + + * gdb.base/remote-exec-file.exp: New file. + +2020-01-10 Pedro Alves + + * gdb.base/fork-running-state.exp (do_test): Adjust expected + output. + * gdb.threads/async.c: New. + * gdb.threads/async.exp: New. + * gdb.multi/tids-gid-reset.c: New. + * gdb.multi/tids-gid-reset.exp: New. + +2020-01-10 George Barrett + + * gdb.base/stap-probe.c (relocation_marker): Add dummy variable + to help in finding the image relocation offset. + * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile + options in arguments. + (stap_test_no_debuginfo): Likewise. + (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add + test variants. + (stap_test): Add null semaphore relocation test. + +2020-01-10 George Barrett + + * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES. + * gdb.base/stap-probe.exp: Likewise. + (stap_test): Pass argument as an additional flag. + (stap_test_no_debuginfo): Likewise. + (stap_test): Check `info probes stap' output for semaphore + addresses if the test binary is supposed to have them. + +2020-01-09 Andrew Burgess + + * gdb.tui/basic.exp: Add more scrolling tests. + +2020-01-09 Tom Tromey + + PR tui/18932: + * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a + meangingful value. + (Term::command, Term::resize): Update. + * gdb.tui/basic.exp: Add scrolling test. + +2020-01-09 Andrew Burgess + + * gdb.tui/tui-layout-asm.exp: New file. + +2020-01-09 Andrew Burgess + + * lib/tuiterm.exp (Term::check_box_contents): New proc. + +2020-01-09 Andrew Burgess + + * lib/tuiterm.exp (Term::prepare_for_tui): New proc. + (Term::enter_tui): Use Term::prepare_for_tui. + +2020-01-09 Andrew Burgess + + * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when + called. + +2020-01-09 Andrew Burgess + + * gdb.base/skip.exp: Fix race condition in test. + +2020-01-06 Andrew Burgess + + * gdb.base/backtrace.c: New file. + * gdb.base/backtrace.exp: New file. + +2020-01-05 Andrew Burgess + + * gdb.tui/list.exp: Test 'focus next' after 'list main'. + +2020-01-03 Philippe Waroquiers + + * gdb.base/style.exp: Test that warnings are styled. + +2019-12-29 Bernd Edlinger + + * gdb.base/line65535.exp: New file. + * gdb.base/line65535.c: New file. + +2019-12-27 Simon Marchi + + * lib/ada.exp (gnat_runtime_has_debug_info): New proc. + * lib/gnat_debug_info_test.adb: New file. + * gdb.ada/ptype_tagged_param.exp: Use + gnat_runtime_has_debug_info, expect a different output if + runtime does not have debug info. + +2019-12-20 Simon Marchi + + * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add + (another) quote in test name. + +2019-12-20 Simon Marchi + + * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry): + Add quote in test name. + +2019-12-20 Tankut Baris Aktemur + + * gdb.cp/pass-by-ref.cc: Delete. Generated in the output + directory instead. + * gdb.cp/pass-by-ref.exp: Extend with more cases. + * gdb.cp/pass-by-ref-2.cc: New file. + * gdb.cp/pass-by-ref-2.exp: New file. + +2019-12-20 Tom Tromey + + * gdb.tui/list-before.exp: New file. + +2019-12-20 Tom Tromey + + * gdb.tui/list.exp: Check for source on initial listing. + +2019-12-11 Tom Tromey + + * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter. + Add crlf test. + +2019-12-18 Simon Marchi + + * gdb.base/default.exp: Update value of $_gdb_major. + +2019-12-17 Bernd Edlinger + + * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0. + +2019-12-17 Bernd Edlinger + + * gdb.base/skip.exp: Whitespace fix. + +2019-12-16 Bernd Edlinger + + * gdb.base/skip-inline.c: New file. + * gdb.base/skip-inline.exp: New file. + +2019-12-16 Simon Marchi + + * gdb.base/jit-reader.exp (jit_reader_test): Rename + jit_function_00 to jit_function_stack_mangle. + * gdb.base/jithost.c (jit_function_t): Rename to... + (jit_function_stack_mangle_t): ... this. + (jit_function_add_t): New typedef. + (jit_function_00_code): Rename to... + (jit_function_stack_mangle_code): ... this, make static. + (jit_function_add_code): New. + (main): Generate "add" function and call it. Adjust to changes + in jithost_abi. + * gdb.base/jithost.h (struct jithost_abi_bounds): New. + (struct jithost_abi) : Remove fields. + : New fields. + * gdb.base/jitreader.c (struct reader_state) : Remove fields. + : New field. + (read_debug_info): Adjust to renaming, create block for "add" + function. + (read_sp, unwind_frame, get_frame_id): Adjust to other changes. + 2019-12-11 Tom Tromey * gdb.tui/resize.exp: Fix regexp. @@ -2209,6 +2559,10 @@ * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete' functions. +2019-04-25 Ali Tamur + + * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx. + 2019-04-25 Sergio Durigan Junior PR corefiles/11608 @@ -4233,6 +4587,13 @@ PR gdb/23104 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load. +2018-04-22 Rajendra SY + + PR gdb/23095 + * gdb.base/break-probes.exp: Pass shlib_load to + prepare_for_testing. Set normal_bp to r_debug_state if target is + bsd. + 2018-04-19 Richard Bunt * gdb.threads/multiple-successive-infcall.c: New test. @@ -17943,6 +18304,6 @@ For older changes see ChangeLog-1993-2013. ;; version-control: never ;; End: - Copyright 2014-2019 Free Software Foundation, Inc. + Copyright 2014-2020 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.