Allow pointer arithmetic with integer references
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index f7cdea7da8708d56a903097e88f9801a8b2c3878..58271cf8ccb368997fac0e309ed6938bc7f2436b 100644 (file)
@@ -1,3 +1,211 @@
+2020-04-01  Hannes Domani  <ssbssa@yahoo.de>
+
+       PR gdb/24789
+       * gdb.cp/misc.cc: Add integer reference variable.
+       * gdb.cp/misc.exp: Add test.
+
+2020-04-01  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * gdb.server/stop-reply-no-thread.exp: Enhance the test
+       scenario to cover execution until the end and also the case
+
+2020-03-31  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/c-linkage-name.exp: Fix test-case comment.  Set language to
+       c.  Use "maint info symtabs" to check symtab expansion.
+
+2020-03-30  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
+       unsupported.
+       (verify_psymtab_expanded): Move ...
+       * lib/gdb.exp (verify_psymtab_expanded): ... here.  Add unsupported
+       test.
+       (readnow): New proc.
+
+2020-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
+       with $hex.
+
+2020-03-20  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
+
+2020-03-20  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/sub_variant/subv.adb: New file.
+       * gdb.ada/sub_variant.exp: New file.
+
+2020-03-20  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
+       first break fails.
+       * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
+
+2020-03-19  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.server/exit-multiple-threads.c: New file.
+       * gdb.server/exit-multiple-threads.exp: New file.
+
+2020-03-19  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.fortran/mixed-lang-stack.c: New file.
+       * gdb.fortran/mixed-lang-stack.cpp: New file.
+       * gdb.fortran/mixed-lang-stack.exp: New file.
+       * gdb.fortran/mixed-lang-stack.f90: New file.
+
+2020-03-19  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.linespec/cp-completion-aliases.cc: New file.
+       * gdb.linespec/cp-completion-aliases.exp: New file.
+
+2020-03-19  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.opt/inline-locals.exp: Add kfail PR number.  Make kfail matching
+       more precise.
+
+2020-03-18  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.dwarf2/break-inline-psymtab-2.c: New test.
+       * gdb.dwarf2/break-inline-psymtab.c: New test.
+       * gdb.dwarf2/break-inline-psymtab.exp: New file.
+
+2020-03-16  Tom de Vries  <tdevries@suse.de>
+
+       * lib/cache.exp (gdb_do_cache): Add and handle local variables
+       cache_verify and cache_verify_proc.
+
+2020-03-15  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.server/solib-list.exp: Handle
+       'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
+
+2020-03-15  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
+       objfiles".
+
+2020-03-14  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
+
+2020-03-14  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
+
+2020-03-14  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
+       result in line-by-line fashion.
+
+2020-03-14  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (supports_statement_frontiers): New proc.
+       * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
+
+2020-03-14  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/printcmds.exp: Add missing quoting for "print
+       teststring2".
+
+2020-03-13  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/printcmds.exp (test_print_strings): Add regression
+       test.
+       * gdb.base/printcmds.c (charptr): New typedef.
+       (teststring2): New global.
+
+2020-03-13  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/break-interp.exp: Use the tail of the filename, not the
+       full path in the test name.
+       (test_ld): Add some with_test_prefix blocks to make test names
+       unique.
+
+2020-03-13  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
+
+2020-03-13  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.mi/mi-sym-info.exp: Make matching more precise.
+
+2020-03-13  Tom de Vries  <tdevries@suse.de>
+
+       PR symtab/25646
+       * gdb.dwarf2/imported-unit.exp: Add test.
+
+2020-03-13  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
+       (var1, var2): New variable.
+       * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
+       matching symbols.
+
+2020-03-13  Tom de Vries  <tdevries@suse.de>
+
+       * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
+       (Term::command): Use prompt prefix.
+       (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
+       * gdb.tui/tui-layout-asm-short-prog.exp: Use
+       command_no_prompt_prefix instead of prefix.
+       * gdb.tui/tui-layout-asm.exp: Same.
+
+2020-03-12  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.base/break-interp.exp: Use foreach_with_prefix.
+
+2020-03-12  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
+       * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
+       on" while stepping over the test instruction, match printed
+       message.
+
+2020-03-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/info-types.exp: Use exp_continue during matching of output
+       of "info types".
+
+2020-03-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.threads/execl.exp: Delete breakpoint after hitting it.
+
+2020-03-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.fortran/module.exp: Use exp_continue during matching of output
+       of "info variable -n".
+
+2020-03-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
+       gdb.dwarf2/dw2-ranges-base.c.
+
+2020-03-12  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
+       in presence of GLIBC debuginfo.
+
+2020-03-12  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
+       $core.
+
+2020-03-12  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
+       more precise.
+
+2020-03-11  Simon Marchi  <simon.marchi@efficios.com>
+
+       * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
+       from Unix to Windows path.
+
+2020-03-11  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.ada/minsyms.exp: Set language to ada.
+
 2020-03-11  Tom de Vries  <tdevries@suse.de>
 
        * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
This page took 0.029594 seconds and 4 git commands to generate.