]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/ChangeLog
Fix ChangeLog entry location
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
index cd62633f35c29eb13e62568ba278064171e0439e..815bd58b3c3277da2ada310fbf558a4c13f2f00b 100644 (file)
@@ -1,3 +1,109 @@
+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
+       * lib/rust-support.exp (rust_compiler_version): New caching proc.
+       * 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):
+       Rewrite while (1) using dummy loop body.
+
+2021-06-10  Bhuvanendra Kumar N  <Bhuvanendra.KumarN@amd.com>
+
+       * gdb.base/foll-exec.c: convert the multi-line function call into
+       single line.
+
+2021-06-10  Tom de Vries  <tdevries@suse.de>
+
+       * lib/cp-support.exp (cp_test_ptype_class): Break up regexp.
+       * gdb.cp/nested-types.exp: Remove usage of read1 timeout factor.
+
+2021-06-10  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
+
+2021-06-09  Tom Tromey  <tromey@adacore.com>
+
+       * README (Example): Update read1 example.
+
+2021-06-09  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
+
+2021-06-08  Lancelot Six  <lsix@lancelotsix.com>
+
+       * gdb.base/premature-dummy-frame-removal.py (TestUnwinder): Use
+       'is None' instead of '== None' and 'is not None' instead of
+       '!= None'.
+       * gdb.python/py-frame-args.py (lookup_function): Same.
+       * gdb.python/py-framefilter-invalidarg.py (Reverse_Function): Same.
+       * gdb.python/py-framefilter.py (Reverse_Function): Same.
+       * gdb.python/py-nested-maps.py (lookup_function): Same.
+       * gdb.python/py-objfile-script-gdb.py (lookup_function): Same.
+       * gdb.python/py-prettyprint.py (lookup_function): Same.
+       * gdb.python/py-section-script.py (lookup_function): Same.
+       * gdb.python/py-unwind-inline.py (dummy_unwinder): Same.
+       * gdb.python/python.exp: Same.
+       * gdb.rust/pp.py (lookup_function): Same.
+
+2021-06-08  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (multi_line): Require more than one argument.
+       * gdb.base/gdbinit-history.exp: Update multi_line call.
+       * gdb.base/jit-reader.exp: Remove multi_line call.
+       * gdb.fortran/dynamic-ptype-whatis.exp: Same.
+
+2021-06-08  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/info-types.exp.tcl (match_line, gdb_test_lines): Move ...
+       * lib/gdb.exp: ... here.
+       * gdb.base/info-macros.exp: Use gdb_test_lines.
+
+2021-06-08  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/info-types.exp.tcl (match_line): Handle --any.
+       (gdb_test_lines): Factor out of ...
+       (run_test): ... here.
+
 2021-06-08  Tom de Vries  <tdevries@suse.de>
 
        * gdb.base/batch-preserve-term-settings.exp (spawn_shell): Fix