]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/ChangeLog
gdb/guile: improve the errors when creating breakpoints
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 9168a6a4b70c4e94badee49c628517d7b7c39eef..330e7c84f1ad3d8eeb73e559ef7f6142b0137009 100644 (file)
@@ -1,3 +1,120 @@
+2021-06-25  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.guile/scm-breakpoint.exp (test_watchpoints): Add new tests.
+
+gdb/testsuite/ChangeLog
+2021-06-25  Carl Love  <cel@us.ibm.com>
+
+       * gdb.arch/powerpc-plxv-norel.exp: Add call to skip_power_isa_3_1_tests.
+       * lib/gdb.exp(skip_power_isa_3_1_tests): New gdb_caching_proc test.
+
+2021-06-25  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/py_range.exp: Add type name test cases.
+
+2021-06-24  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/info-macros.exp: Add <EOL> after trailing whitespace in
+       test names.
+
+2021-06-24  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/argv0-symlink.exp: Use with_test_prefix.
+
+2021-06-23  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (gdb_test_lines): Rewrite to accept single
+       multiline tcl regexp.
+       * gdb.base/info-types.exp.tcl: Update.  Make empty line at end of
+       regexp optional.
+       * gdb.base/info-macros.exp: Update.
+       * gdb.cp/cplusfuncs.exp: Update.
+
+2021-06-22  Andreas Schwab  <schwab@suse.de>
+
+       PR symtab/27999
+       * lib/dwarf.exp (start_end): New proc inside loclists.
+       * gdb.dwarf2/loclists-start-end.exp: New file.
+       * gdb.dwarf2/loclists-start-end.c: New file.
+
+2021-06-22  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.dwarf2/imported-unit-c.exp: New file.
+
+2021-06-22  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.server/server-kill.exp: Introduce global kill_pid_of, and
+       make use of this in prepare to select which pid we should kill.
+       Run all the tests twice with a different kill_pid_of value.
+       (prepare): Make use of kill_pid_of.
+       (test_stepi): New proc.
+
+2021-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.python/py-frame.exp: Add Frame.level tests.
+       * gdb.python/py-pending-frame-level.c: New file.
+       * gdb.python/py-pending-frame-level.exp: New file.
+       * gdb.python/py-pending-frame-level.py: New file.
+
+2021-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.python/py-unwind-user-regs.c: New file.
+       * gdb.python/py-unwind-user-regs.exp: New file.
+       * gdb.python/py-unwind-user-regs.py: New file.
+
+2021-06-17  Carl Love  <cel@us.ibm.com>
+
+       * gdb.arch/powerpc-power8.exp(bctar, bctarl): Update mnemonics
+       to bgetar and bgetarl.
+       * gdb.arch/powerpc-power8.s((bctar, bctarl): Update comments
+       for mnemonics to bgetar and bnstarl.
+
+2021-06-17  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.base/args.exp: Check target, KFAIL if remote.
+       (args_test): Add parameter and use it.
+
+2021-06-17  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.base/args.exp: Remove trailing parenthesis in test names.
+
+2021-06-17  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.base/args.exp: Use $old_gdbflags in all tests.
+
+2021-06-17  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.base/args.exp: Use save_vars.
+
+2021-06-14  Pedro Alves  <pedro@palves.net>
+
+       * gdb.base/annota1.exp: Build list using [list] instead of {}.
+       Tell [join] to join with no character.  Build expected pattern in
+       separate variable instead of in the -re expression directly.
+
+2021-06-11  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
+       timeout.
+
+2021-06-11  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.base/print-symbol-loading.exp (proc test_load_shlib):
+       Allow "Symbols already loaded for..." messages.
+
+2021-06-11  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.base/execl-update-breakpoints.exp: Add regular
+       expression for optionally matching output related to
+       libthread_db.
+       * gdb.base/fork-print-inferior-events.exp: Likewise.
+
+2021-06-11  Felix Willgerodt  <felix.willgerodt@intel.com>
+
+       * gdb.mi/array.f: Convert into...
+       * gdb.mi/array.f90: ...this.
+       * gdb.mi/mi-var-child-f.exp: Use array.f90.
+
 2021-06-11  Tom Tromey  <tom@tromey.com>
 
        PR rust/23427
        * gdb.rust/rawids.exp: New file.
        * gdb.rust/rawids.rs: New file.
 
+2021-06-10  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * lib/gdb.exp (default_gdb_exit): Unset gdb_tty_name.
+       (spawn_capture_tty_name): New, override builtin spawn.
+       (default_gdb_spawn): Capture GDB's TTY name.
+       * lib/tuiterm.exp (tuiterm_spawn): Remove.
+       (tuiterm_env_init, tuiterm_env_finish): Remove spawn override.
+       (Term) <resize>: Use new variable name.
+       (tuiterm_env_init, tuiterm_env_finish): Remove.
+       (tuiterm_env): Don't call tuiterm_env_init and register
+       tuiterm_env_finish in gdb_finish_hooks.
+       (gdb_finish_hooks): Remove.
+       (gdb_finish): Don't call finish hooks.
+
 2021-06-10  Tom de Vries  <tdevries@suse.de>
 
        * gdb.mi/user-selected-context-sync.c (child_sub_function, main):