gdb: improve command completion for 'print', 'x', and 'display'
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index fe97b070cd45aa12736fba446ede2b05ac13129e..3795205309d7d26eb705973711144df88bc4d5af 100644 (file)
@@ -1,3 +1,141 @@
+2020-11-17  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/completion.exp: Add new tests.
+
+2020-11-16  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.dwarf2/data-loc.exp: Update expected output.  Remove C
+       tests.
+
+2020-11-15  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
+       * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
+       (main): Add reference to pck__fp1_var2.
+       * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
+
+2020-11-15  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
+
+2020-11-15  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/fixed_points.exp: Add ptype tests.
+       * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
+
+2020-11-15  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
+
+2020-11-15  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
+       * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
+       * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
+       New files.
+       * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
+
+       * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
+       New files.
+
+2020-11-14  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       PR cli/26879
+       * gdb.fortran/completion.exp: New file.
+       * gdb.fortran/completion.f90: New file.
+
+2020-11-12  Joseph Myers  <joseph@codesourcery.com>
+
+       * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
+       but $arg does not.
+
+2020-11-12  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.fortran/types.exp: Add more tests.
+
+2020-11-12  Tom Tromey  <tom@tromey.com>
+
+       PR rust/26799:
+       * gdb.rust/traits.exp: Remove kfails.
+
+2020-11-12  Gary Benson <gbenson@redhat.com>
+
+       * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
+       statement.
+
+2020-11-11  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
+       always-inserted" axis.
+       (do_test): Add breakpoint_always_inserted parameter.
+
+2020-11-10  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/bias.exp: Update.
+       * gdb.ada/bias/bias.adb (X): Change value.
+
+2020-11-10  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
+       regexp fragment in parentheses to prevent false matching.
+
+2020-11-10  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
+
+2020-11-10  Gary Benson <gbenson@redhat.com>
+
+       * gdb.cp/step-and-next-inline.exp: Only require
+       -gstatement-frontiers when building with GCC.
+       Only setup KFAIL's for GCC issues when using
+       a GCC-built executable.
+
+2020-11-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/debug-expr.c: Add extra function to allow for an
+       additional test.
+       * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
+       to this proc with gdb_test_debug_expr.  Add an extra test.
+       * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
+       to this proc with gdb_test_debug_expr, give the tests names
+       * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
+       calls to this proc with gdb_test_debug_expr, give the tests names
+       * gdb.fortran/debug-expr.exp: New file.
+       * gdb.fortran/debug-expr.f90: New file.
+       * lib/gdb.exp (gdb_test_debug_expr): New proc.
+
+2020-11-06  Simon Marchi  <simon.marchi@efficios.com>
+
+       * lib/dwarf.exp (ranges): Handle "base" and "range" as
+       proceduresu.
+       * gdb.dwarf/dw2-bad-elf.exp: Adjust.
+       * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
+       * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
+       * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
+       * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
+       * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
+       * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
+       * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
+
+2020-11-04  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/funcall_ref.exp: Update.
+       * gdb.ada/var_rec_arr.exp: Update.
+
+2020-11-04  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/rec_ptype.exp: New file.
+       * gdb.ada/rec_ptype/main.adb: New file.
+       * gdb.ada/rec_ptype/p.ads: New file.
+
+2020-11-04  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
+       * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
+       (PT_Full): New variable.
+       * gdb.ada/tick_length_array_enum_idx/pck.adb
+       (Full_PT): New type.
+
 2020-11-04  Tom Tromey  <tromey@adacore.com>
 
        * gdb.ada/array_of_variant.exp: New file.
This page took 0.030928 seconds and 4 git commands to generate.