gdb/fortran: Handle dynamic string types when printing types
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 26284dabb2507b8dbfd4860c95de74e51ef078ae..e24b066fb1535ab3cf590c5fce82cb1b658446e4 100644 (file)
@@ -1,3 +1,253 @@
+2020-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.fortran/ptype-on-functions.exp: Add more tests.
+       * gdb.fortran/ptype-on-functions.f90: Likewise.
+
+2020-07-14  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
+       values in documentation for addr_size to 4 and 8.
+
+2020-07-14  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.arch/amd64-osabi.exp: Update.
+       * gdb.arch/arm-disassembler-options.exp: Update.
+       * gdb.arch/powerpc-disassembler-options.exp: Update.
+       * gdb.arch/ppc64-symtab-cordic.exp: Update.
+       * gdb.arch/s390-disassembler-options.exp: Update.
+       * gdb.base/all-architectures.exp.tcl: Update.
+       * gdb.base/attach-pie-noexec.exp: Update.
+       * gdb.base/catch-syscall.exp: Update.
+       * gdb.xml/tdesc-arch.exp: Update.
+
+2020-07-14  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
+       (local_gettid): ... this.
+       (fn): Update.
+
+2020-07-13  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * gdb.base/info_sources.exp: Skip directory match tests on
+       remote hosts.
+
+2020-07-13  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/savedregs.exp (caller): Use parentheses to
+       make expected expression evaluation ordering explicit.
+
+2020-07-13  Gary Benson <gbenson@redhat.com>
+
+       * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
+
+2020-07-13  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/bigcore.c (main): Use a volatile pointer when
+       attempting to trigger a SIGSEGV.
+       * gdb.base/gcore-relro-pie.c (break_here): Likewise.
+       * gdb.base/gcore-tls-pie.c (break_here): Likewise.
+       * gdb.base/savedregs.c (thrower): Likewise.
+       * gdb.mi/mi-syn-frame.c (bar): Likewise.
+
+2020-07-13  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
+       defining and using VLA structure fields into...
+       * gdb.base/vla-struct-fields.c: New file.
+       * gdb.base/vla-datatypes.exp: Factor out VLA structure field
+       tests into...
+       * gdb.base/vla-struct-fields.exp: New file.
+
+2020-07-13  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
+       * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
+       * gdb.base/gold-gdb-index.exp: Same.
+       * gdb.base/morestack.exp: Same.
+
+2020-07-11  Daniel Xu  <dxu@dxuuu.xyz>
+
+       PR rust/26121
+       * gdb.rust/modules.rs: Prevent linker from discarding test
+       symbol.
+
+2020-07-10  Pedro Alves  <pedro@palves.net>
+
+       PR gdb/26199
+       * gdb.multi/multi-target.c (exit_thread): New.
+       (thread_start): Break loop if EXIT_THREAD.
+       * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
+       (top level) Call test_no_resumed.
+
+2020-07-08  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/catch_ex/foo.adb: Pass string to raise.
+       * gdb.ada/catch_ex.exp: Examine catchpoint text.
+
+2020-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       PR python/22748
+       * gdb.opt/inline-frame-tailcall.c: New file.
+       * gdb.opt/inline-frame-tailcall.exp: New file.
+       * gdb.python/py-unwind-inline.c: New file.
+       * gdb.python/py-unwind-inline.exp: New file.
+       * gdb.python/py-unwind-inline.py: New file.
+
+2020-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.python/py-arch-reg-groups.exp: New file.
+
+2020-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.python/py-arch-reg-names.exp: New file.
+
+2020-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
+       gdb.PendingFrame.architecture method.
+
+2020-07-06  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
+
+2020-07-03  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/structs2.c (main): Adjust second parem_reg call to
+       explicitly write negative numbers.
+       * gdb.base/structs2.exp: Adjust expected output.
+
+2020-07-03  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/charset.c (init_string): Change all char parameters to
+       unsigned char parameters.
+
+2020-07-03  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/call-sc.exp (start_scalars_test): Use
+       prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
+       * gdb.base/overlays.c: Remove references to PARAMS.
+       * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
+       * gdb.base/reread.exp: Don't set 'prototypes' global.
+       * gdb.base/structs.exp (start_structs_test): Use
+       prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
+       * gdb.base/structs2.exp: Don't set 'prototypes' global.  Use
+       prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
+       Don't issue "set width 0".  Remove gdb_stop_suppressing_tests
+       call.
+       * gdb.base/varargs.exp: Don't set 'prototypes' global.
+
+2020-07-03  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/m32rovly.c: Delete.
+       * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
+
+2020-06-30  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
+       of gdb_py_test_multiple.
+       * gdb.python/py-cmd.exp: Likewise.
+       * gdb.python/py-events.exp: Likewise.
+       * gdb.python/py-function.exp: Likewise.
+       * gdb.python/py-inferior.exp: Likewise.
+       * gdb.python/py-infthread.exp: Likewise.
+       * gdb.python/py-linetable.exp: Likewise.
+       * gdb.python/py-parameter.exp: Likewise.
+       * gdb.python/py-value.exp: Likewise.
+
+2020-06-30  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/26175
+       * lib/future.exp (gdb_default_target_compile): Detect and handle
+       early_flags.
+
+2020-06-29  Simon Marchi  <simon.marchi@efficios.com>
+
+       * boards/simavr.exp (gdb_load): Catch errors when closing
+       previous connection.  Close connection, wait for process and
+       unset simavr_spawn_id on failure.
+
+2020-06-29  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (unknown): Make test-case unresolved.
+
+2020-06-29  Tom de Vries  <tdevries@suse.de>
+
+       PR gdb/25475
+       * gdb.server/solib-list.exp: Verify that the symbol reload
+       confirmation question is asked.
+
+2020-06-26  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
+       have a input seq nr in each pass message.
+        * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
+       * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
+       * gdb.python/python.exp: Make test names unique,
+       use gdb_test_multiline instead of gdb_py_test_multiple,
+       use $gdb_test_name.
+       * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
+
+2020-06-26  Nick Alcock  <nick.alcock@oracle.com>
+
+       * configure.ac: Add --enable-libctf.
+       * aclocal.m4: sinclude ../config/enable.m4.
+       * Makefile.in (site.exp): Add enable_libctf to site.exp.
+       * lib/gdb.exp (skip_ctf_tests): Use it.
+       * gdb.base/ctf-constvars.exp: Error message tweak.
+       * gdb.base/ctf-ptype.exp: Likewise.
+       * configure: Regenerate.
+
+2020-06-26  Gary Benson <gbenson@redhat.com>
+
+       * gdb.cp/try_catch.cc: Include string.h.
+       (main): Replace comparison against string literal with
+       strcmp, avoiding build failure with -Wstring-compare.
+       Add "marker test-complete".
+       * gdb.cp/try_catch.exp: Run the test to the above marker,
+       then verify that the value of "test" is still true.
+
+2020-06-25  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.arch/riscv-tdesc-regs.exp: New test cases.
+
+2020-06-25  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
+
+2020-06-25  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.arch/riscv-tdesc-loading-01.xml: New file.
+       * gdb.arch/riscv-tdesc-loading-02.xml: New file.
+       * gdb.arch/riscv-tdesc-loading-03.xml: New file.
+       * gdb.arch/riscv-tdesc-loading-04.xml: New file.
+       * gdb.arch/riscv-tdesc-loading.exp: New file.
+
+2020-06-25  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
+
+2020-06-25  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.arch/riscv-tdesc-regs-32.xml: New file.
+       * gdb.arch/riscv-tdesc-regs-64.xml: New file.
+       * gdb.arch/riscv-tdesc-regs.c: New file.
+       * gdb.arch/riscv-tdesc-regs.exp: New file.
+
+2020-06-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.arch/amd64-entry-value-paramref.exp: Use
+       prepare_for_testing_full and don't pass "c++" for the .S file
+       build spec.
+       * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
+       $options, since it's an assembly file.  Remove -Wno-deprecated.
+       * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
+       compiling C++ programs.
+
+2020-06-24  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdb.exp (gdb_compile): Update intro comment.  If C/C++ with
+       Clang, add "-Wno-unknown-warning-option" to the options.
+
 2020-06-23  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * gdb.xml/tdesc-reload.c: New file.
This page took 0.035278 seconds and 4 git commands to generate.