Make first and last lines of 'command help documentation' consistent.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index b43e635a0af87f59eee7e6e20d3baf87fbc20492..27e3bb69553243c23a2820937b70957d69ba1094 100644 (file)
@@ -1,3 +1,197 @@
+2019-08-07  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/style.exp: Update tests for help doc new invariants.
+       * gdb.base/help.exp: Likewise.
+
+2019-08-06  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/style.exp: Add disassemble test.
+       * gdb.base/style.c (some_called_function): New function.
+       (main): Use it.
+
+2019-08-05  Christian Biesinger  <cbiesinger@google.com>
+
+       * gdb.python/py-block.exp: Test dictionary access on blocks.
+
+2019-08-05  Simon Marchi  <simon.marchi@efficios.com>
+
+       PR gdb/24863
+       * gdb.mi/list-thread-groups-available.exp: Increase timeout for
+       -list-thread-groups --available test when running under
+       check-read1.
+
+2019-08-05  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/24863
+       * lib/gdb.exp (with_read1_timeout_factor): New proc.
+       * gdb.base/help.exp: Use with_read1_timeout_factor.
+       * gdb.base/info-macros.exp: Same.
+       * gdb.cp/nested-types.exp: Same.
+
+2019-08-05  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (version_at_least): Factor out of ...
+       (tcl_version_at_least): ... here.
+       (gdb_compile): Fail if pie results in non-PIE executable.
+       (readelf_version, readelf_prints_pie): New proc.
+       (exec_is_pie): Return -1 if unknown.
+
+2019-08-05  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (tcl_version_at_least): Fix typo.
+
+2019-08-04  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
+
+2019-08-04  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * lib/completion-support.exp (test_gdb_complete_none): Skip
+       tab completion tests if no readline support.
+       (test_gdb_complete_unique_re): Likewise.
+       (test_gdb_complete_multiple): Likewise.
+
+2019-08-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/info_sources.exp: New file.
+       * gdb.base/info_sources.c: New file.
+       * gdb.base/info_sources_base.c: New file.
+
+2019-08-01  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
+
+       * gdb.base/batch-exit-status.exp: Call test_exit_status with
+       prefix argument.
+       (test_exit_status): Add prefix argument.
+
+2019-08-01  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/24863
+       * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
+       calling exp_continue for new thread and thread exited messages.
+
+2019-08-01  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/24863
+       * gdb.base/structs.exp: Fix check-read1 timeout using
+       gdb_test_sequence.
+       * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
+
+2019-08-01  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/24863
+       * gdb.base/break-interp.exp: Use exp_continue after each "info files"
+       line.
+
+2019-08-01  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/24863
+       * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
+
+2019-07-30  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.ada/display_nested.exp: New file.
+       * gdb.ada/display_nested/foo.adb: New file.
+       * gdb.ada/display_nested/pack.adb: New file.
+       * gdb.ada/display_nested/pack.ads: New file.
+
+2019-07-30  Christian Biesinger  <cbiesinger@google.com>
+
+       * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
+       namespace.
+       * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
+
+2019-07-30  Tom de Vries  <tdevries@suse.de>
+
+       * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
+       instead.
+
+2019-07-30  Tom de Vries  <tdevries@suse.de>
+
+       PR testsuite/24834
+       * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
+       (exec_is_pie): New proc.
+
+2019-07-29  Christian Biesinger  <cbiesinger@google.com>
+
+       * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
+
+2019-07-29  Christian Biesinger  <cbiesinger@google.com>
+
+       * gdb.python/py-objfile.c: Add global and static vars.
+       * gdb.python/py-objfile.exp: Test new functions Objfile.
+         lookup_global_symbol and lookup_static_symbol.
+
+2019-07-29  Tom Tromey  <tom@tromey.com>
+
+       * lib/tuiterm.exp (Term::_csi_@): New proc.
+       (Term::_csi_X): Don't move cursor.
+
+2019-07-29  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/options.exp: Update backtrace - completion to
+       new option -frame-info.
+       * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
+       Test new 'set print frame-info'.  Test backtrace -frame-info
+       overriding 'set print frame-info'.
+       * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
+       Test new 'set print frame-info'.
+       Verify consistency of backtrace with and without filters, with and
+       without -no-filters.
+       * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
+       default.
+
+2019-07-29  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
+       no arguments".
+
+2019-07-29  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
+       is a substring of the first for "complete non-unique file name".
+
+2019-07-29  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
+       with ".*".
+
+2019-07-29  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
+       Pass prompt_regexp parameter to gdb_test_multiple calls.
+
+2019-07-29  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
+          print registers" regexps.
+
+2019-07-29  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
+
+2019-07-29  Tom de Vries  <tdevries@suse.de>
+
+       PR gdb/24855
+       * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
+       (skip_python_tests_prompt): Add prompt_regexp argument to
+       gdb_test_multiple calls.
+
+2019-07-27  Tom Tromey  <tom@tromey.com>
+
+       * gdb.tui/main.exp: New file.
+
+2019-07-27  Tom Tromey  <tom@tromey.com>
+
+       * lib/tuiterm.exp (Term::clean_restart): Make "executable"
+       optional.
+       * gdb.tui/empty.exp: New file.
+
+2019-07-27  Tom Tromey  <tom@tromey.com>
+
+       * lib/tuiterm.exp (spawn): New proc.
+       (Term::resize): New proc.
+       * gdb.tui/resize.exp: New file.
+
 2019-07-27  Tom Tromey  <tom@tromey.com>
 
        * gdb.tui/list.exp: New file.
This page took 0.030032 seconds and 4 git commands to generate.