X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=13ccadb2b32c028832f59359491875ae5e0731cb;hb=f3c469b95b9f1f635668660c5041df9513a47a02;hp=1f52d01df7efa2bcc74aa4b621800edc2974c60d;hpb=be09caf15d3d57da2173d26abdb0bf92ef90f28f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1f52d01df7..13ccadb2b3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,374 @@ +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. + * gdb.tui/regs.exp: Fix regexps. + * gdb.tui/main.exp: Fix regexp. + +2019-12-11 Tom Tromey + + * gdb.tui/resize.exp: Update. + * gdb.tui/empty.exp (layouts): Update. + +2019-12-11 Tom Tromey + + * gdb.tui/regs.exp: Update. + * gdb.tui/empty.exp (layouts): Update. + * gdb.tui/basic.exp: Update. + * lib/tuiterm.exp (_check_box): Don't check bottom border. + +2019-12-11 Philippe Waroquiers + + * gdb.base/options.exp: Add -raw-values in the print completion list. + * gdb.python/py-prettyprint.exp: Add tests for -raw-values. + +2019-12-10 Kevin Buettner + + * gdb.threads/omp-par-scope.c: New file. + * gdb/threads/omp-par-scope.exp: New file. + +2019-12-10 Kevin Buettner + + * lib/gdb.exp (support_nested_function_tests): New proc. + +2019-12-10 Kevin Buettner + + * lib/gdb.exp (gdb_compile_openmp): New proc. + (build_executable_from_specs): Add an "openmp" option. + (gdb_compile_pthreads): Add non-executable case. + +2019-12-10 Tom Tromey + + * gdb.ada/unchecked_union.exp: New file. + * gdb.ada/unchecked_union/pck.adb: New file. + * gdb.ada/unchecked_union/pck.ads: New file. + * gdb.ada/unchecked_union/unchecked_union.adb: New file. + * gdb-utils.exp (string_to_regexp): Also quote "?". + +2019-12-10 George Barrett + + Test scripted probe breakpoints. + * gdb.guile/scm-breakpoint.c (main): Add probe point. + * gdb.python/py-breakpoint.c (main): Likewise. + * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe + specifier test. + * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise. + +2019-12-09 Tankut Baris Aktemur + + * gdb.cp/rvalue-ref-overload.cc (g): New function that takes + an rvalue parameter. + * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue + parameter. + +2019-12-09 Andrew Burgess + + * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system + modules. + +2019-12-09 Andrew Burgess + + * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a + broken version of GCC. + +2019-12-09 Andrew Burgess + + * gdb.fortran/info-modules.exp: Rewrite to make use of new + sym-info-cmds library. + * gdb.fortran/info-types.exp: Likewise. + * lib/sym-info-cmds.exp: New file. + +2019-12-08 Tom de Vries + + * gdb.dwarf2/imported-unit.exp: Fix inter-CU references. + +2019-12-07 Keith Seitz + + * gdb.base/corefile-buildid-shlib-shr.c: New file. + * gdb.base/corefile-buildid-shlib.c: New file. + * gdb.base/corefile-buildid.c: New file. + * gdb.base/corefile-buildid.exp: New file. + +2019-12-06 Tom de Vries + + * gdb.dwarf2/varval.exp: Add decl before def test. + +2019-12-06 Tankut Baris Aktemur + + * gdb.cp/rvalue-ref-overload.exp: Minor cleanup. + +2019-12-06 Tankut Baris Aktemur + + * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both + CV and reference conversion for overload resolution. + * gdb.cp/rvalue-ref-overload.exp: Test it. + +2019-12-06 Philippe Waroquiers + + * gdb.threads/pthreads.exp: Test taas and tfaas without command. + * gdb.base/frameapply.exp: Test faas without command. + +2019-12-04 Andrew Burgess + + * lib/gdb.exp (gdb_compile): Add -J compiler option when building + Fortran tests. + * gdb.mi/mi-fortran-modules.exp: Compile source files in correct + order. + +2019-12-04 Andrew Burgess + + * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle + casting to type with no kind specified. + (test_basic_parsing_of_type_kinds): Additional tests for types + with no kind specified, and add tests for single/double + precision/complex types. + +2019-12-04 Tom Tromey + + * gdb.base/endianity.c (struct other) : New field. + (main): Initialize it. + * gdb.base/endianity.exp: Update. + +2019-12-04 Tom Tromey + + * gdb.ada/scalar_storage/storage.adb: New file. + * gdb.ada/scalar_storage/pck.adb: New file. + * gdb.ada/scalar_storage/pck.ads: New file. + * gdb.ada/scalar_storage.exp: New file. + +2019-12-04 Tom Tromey + + * gdb.base/endianity.c (struct otherendian) : New field. + (main): Initialize it. + * gdb.base/endianity.exp: Update. + +2019-12-04 Andrew Burgess + + * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter. + +2019-12-04 Andrew Burgess + + * gdb.mi/mi-fortran-modules.exp: Add additional tests for + -symbol-info-module-functions and -symbol-info-module-variables. + +2019-12-01 Andrew Burgess + + * gdb.fortran/array-slices.exp: Add test for dynamic strings. + +2019-12-01 Richard Bunt + Andrew Burgess + + * gdb.fortran/derived-type-striding.exp: New file. + * gdb.fortran/derived-type-striding.f90: New file. + * gdb.fortran/array-slices.exp: New file. + * gdb.fortran/array-slices.f90: New file. + 2019-11-30 Philippe Waroquiers * gdb.base/define.exp: Test . in command names. @@ -17779,6 +18150,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.