Expect optional "arch=" when executing "-stack-list-frames" on gdb.arch/amd64-invalid...
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 6d086644a6afa4c5a1a77a406aba30a87d4880c2..701d979b79a62f8adcaa14fb6813f434206e6219 100644 (file)
@@ -1,3 +1,403 @@
+2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
+       "arch=" keyword when executing "-stack-list-frames".
+
+2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
+       "arch=" keyword when executing "-stack-list-frames".
+
+2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.ada/complete.exp: Expect for "@" when doing "complete
+       break ada".
+
+2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       PR python/23669
+       * gdb.python/python.exp: Test gdb.execute("show commands").
+
+2018-09-16  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/new-ui.exp (do_execution_tests): Update.
+       * gdb.base/dbx.exp (test_breakpoints): Update.
+
+2018-09-14  Alan Hayward  <alan.hayward@arm.com>
+
+       * lib/gdb.exp (gdb_simple_compile): Add proc.
+       (is_elf_target): Use gdb_simple_compile.
+       (skip_altivec_tests): Likewise.
+       (skip_vsx_tests): Likewise.
+       (skip_tsx_tests): Likewise.
+       (skip_btrace_tests): Likewise.
+       (skip_btrace_pt_tests): Likewise.
+       (gdb_can_simple_compile): Likewise.
+       (gdb_has_argv0): Likewise.
+       (gdb_target_symbol_prefix): Likewise.
+       (target_supports_scheduler_locking): Likewise.
+
+2018-09-13  Tom Tromey  <tom@tromey.com>
+
+       * Makefile.in (TAGS): Recognize proc_with_prefix and
+       gdb_caching_proc.
+
+2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.python/py-progspace.exp: Test the Progspace.objfiles
+       method.
+
+2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
+       and a few other Inferior properties when the Inferior is no
+       longer valid.
+
+2018-09-13  Tom Tromey  <tom@tromey.com>
+
+       PR rust/23650:
+       * gdb.rust/simple.exp: Add test for enum field access error.
+
+2018-09-13  Tom Tromey  <tom@tromey.com>
+
+       PR rust/23626:
+       * gdb.rust/simple.rs (EmptyEnum): New type.
+       (main): Use it.
+       * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
+
+2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
+       * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
+       * gdb.python/py-symtab.exp: Update test printing an objfile.
+
+2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
+       object.
+
+2018-09-12  Alan Hayward  <alan.hayward@arm.com>
+
+       * lib/gdb.exp (gdb_can_simple_compile): Add proc.
+       (support_complex_tests): Use gdb_can_simple_compile.
+       (is_ilp32_target): Likewise.
+       (is_lp64_target): Likewise.
+       (is_64_target): Likewise.
+       (is_amd64_regs_target): Likewise.
+       (is_aarch32_target): Likewise.
+       (gdb_int128_helper): Likewise.
+
+2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
+
+2018-09-10  Jerome Guitton  <guitton@adacore.com>
+
+       * gdb.ada/same_component_name: Add test for case of tagged record
+       with variable-length fields.
+
+2018-09-10  Xavier Roirand  <roirand@adacore.com>
+
+       * gdb.ada/access_to_unbounded_array.exp: New testcase.
+       * gdb.ada/access_to_unbounded_array/foo.adb: New file.
+       * gdb.ada/access_to_unbounded_array/pack.adb: New file.
+       * gdb.ada/access_to_unbounded_array/pack.ads: New file.
+
+2018-09-10  Xavier Roirand  <roirand@adacore.com>
+
+       * gdb.ada/mi_string_access.exp: New testcase.
+       * gdb.ada/mi_string_access/bar.adb: New file.
+       * gdb.ada/mi_string_access/pck.adb: New file.
+       * gdb.ada/mi_string_access/pck.asd: New file.
+
+2018-09-10  Xavier Roirand  <roirand@adacore.com>
+
+       * gdb.ada/mi_var_union.exp: New testcase.
+       * gdb.ada/mi_var_union/bar.adb: New file.
+       * gdb.ada/mi_var_union/pck.adb: New file.
+       * gdb.ada/mi_var_union/pck.asd: New file.
+
+2018-09-08  Tom Tromey  <tom@tromey.com>
+
+       * gdb.python/py-prettyprint.exp: Use with_test_prefix.
+
+2018-09-08  Tom Tromey  <tom@tromey.com>
+
+       PR python/16047:
+       * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
+       (register_pretty_printers): Register new printer.
+       * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
+       test.
+       * gdb.python/py-prettyprint.c (int_type3): New typedef.
+       (an_int_type3): New global.
+
+2018-09-08  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/expr_with_funcall: New testcase.
+
+2018-09-08  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/packed_array_assign: New testcase.
+
+2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
+       names, and add test prefixes to make test names unique.
+
+2018-09-05  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.dwarf2/varval.exp: Add test.
+
+2018-09-04  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
+       'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
+
+2018-08-31  Tom Tromey  <tom@tromey.com>
+
+       * gdb.rust/simple.rs: Rename second variable "v".
+
+2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/funcargs.c (use_a): New function.
+       (recurse): Call use_a.
+
+2018-08-29  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.compile/compile-cplus-anonymous.cc: New file.
+       * gdb.compile/compile-cplus-anonymous.exp: New file.
+       * gdb.compile/compile-cplus-array-decay.cc: New file.
+       * gdb.compile/compile-cplus-array-decay.exp: New file.
+       * gdb.compile/compile-cplus-inherit.cc: New file.
+       * gdb.compile/compile-cplus-inherit.exp: New file.
+       * gdb.compile/compile-cplus-member.cc: New file.
+       * gdb.compile/compile-cplus-member.exp: New file.
+       * gdb.compile/compile-cplus-method.cc: New file.
+       * gdb.compile/compile-cplus-method.exp: New file.
+       * gdb.compile/compile-cplus-mod.c: "New" file.
+       * gdb.compile/compile-cplus-namespace.cc: New file.
+       * gdb.compile/compile-cplus-namespace.exp: New file.
+       * gdb.compile/compile-cplus-nested.cc: New file.
+       * gdb.compile/compile-cplus-nested.exp: New file.
+       * gdb.compile/compile-cplus-print.c: "New" file.
+       * gdb.compile/compile-cplus-print.exp: "New" file.
+       * gdb.compile/compile-cplus-virtual.cc: New file.
+       * gdb.compile/compile-cplus-virtual.exp: New file.
+       * gdb.compile/compile-cplus.c: "New" file.
+       * gdb.compile/compile-cplus.exp: "New" file.
+       * lib/compile-support.exp: New file.
+
+2018-08-16  Gary Benson <gbenson@redhat.com>
+
+       PR gdb/13000:
+       * gdb.base/batch-exit-status.exp: New file.
+       * gdb.base/batch-exit-status.good-commands: Likewise.
+       * gdb.base/batch-exit-status.bad-commands: Likewise.
+
+2018-08-29  Alan Hayward  <alan.hayward@arm.com>
+
+       * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
+       (struct struct02): Likewise.
+       (struct struct03): Likewise.
+       (struct struct04): Likewise.
+       (struct struct_01_01): New struct.
+       (struct struct_01_02): Likewise.
+       (struct struct_01_03): Likewise.
+       (struct struct_01_04): Likewise.
+       (struct struct_02_01): Likewise.
+       (struct struct_02_02): Likewise.
+       (struct struct_02_03): Likewise.
+       (struct struct_02_04): Likewise.
+       (struct struct_04_01): Likewise.
+       (struct struct_04_02): Likewise.
+       (struct struct_04_03): Likewise.
+       (struct struct_04_04): Likewise.
+       (struct struct_05_01): Likewise.
+       (struct struct_05_02): Likewise.
+       (struct struct_05_03): Likewise.
+       (struct struct_05_04): Likewise.
+       (cmp_struct01): Remove function.
+       (cmp_struct02): Likewise.
+       (cmp_struct03): Likewise.
+       (cmp_struct04): Likewise.
+       (cmp_struct_01_01): Add Function.
+       (cmp_struct_01_02): Likewise.
+       (cmp_struct_01_03): Likewise.
+       (cmp_struct_01_04): Likewise.
+       (cmp_struct_02_01): Likewise.
+       (cmp_struct_02_02): Likewise.
+       (cmp_struct_02_03): Likewise.
+       (cmp_struct_02_04): Likewise.
+       (cmp_struct_04_01): Likewise.
+       (cmp_struct_04_02): Likewise.
+       (cmp_struct_04_03): Likewise.
+       (cmp_struct_04_04): Likewise.
+       (cmp_struct_05_01): Likewise.
+       (cmp_struct_05_02): Likewise.
+       (cmp_struct_05_03): Likewise.
+       (cmp_struct_05_04): Likewise.
+       (call_all): Add new structs.
+       * gdb.base/infcall-nested-structs.exp: Likewise.
+
+2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
+
+       * gdb.python/py-framefilter-mi.exp: Update regexp to
+       check for "arch" field in frame output.
+
+2018-08-23  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.dwarf2/dw2-ranges-func.c: New file.
+       * gdb.dwarf2/dw2-ranges-func.exp: New file.
+
+2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.base/term.exp: Compare terminal settings with values from
+       the inferior.
+       * gdb.base/term.c: Get and set terminal settings.
+
+2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
+
+       * lib/mi-support.exp (mi_expect_stop): Update regexp to
+       accommodate new "arch" field in frame output.
+       * gdb.mi/mi-return.exp: Likewise.
+       * gdb.mi/mi-stack.exp: Likewise.
+       * gdb.mi/mi-syn-frame.exp: Likewise.
+       * gdb.mi/user-selected-context-sync.exp: Likewise.
+
+2018-08-19  Michael Spang  <spang@google.com>
+
+       PR gdb/11786
+       * gdb.base/gcore-tls-pie.c: New file.
+       * gdb.base/gcore-tls-pie.exp: New file.
+
+2018-08-18  Kevin Buettner  <kevinb@redhat.com>
+
+       * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
+       * gdb.dwarf2/varval.c: New file.
+       * gdb.dwarf2/varval.exp: New file.
+
+2018-08-17  Alan Hayward  <alan.hayward@arm.com>
+
+       PR gdb/18931
+       * gdb.arch/aarch64-fp.c (main): Fix asm registers.
+
+2018-08-16  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
+       tests expected to pass.
+
+2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
+
+       * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
+       -data-disassemble -a.
+       (test_disassembly_bogus_args): Likewise.
+
+2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.mi/list-thread-groups-available.exp: Update test regexp.
+
+2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/vla-optimized-out.exp: Add new test.
+
+2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/vla-optimized-out-o3.exp: Delete.
+       * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
+       * gdb.base/vla-optimized-out.exp: Extend to cover all of the
+       deleted tests.
+
+2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       PR gdb/18050:
+       * gdb.server/extended-remote-restart.c: New file.
+       * gdb.server/extended-remote-restart.exp: New file.
+
+2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
+       "set variable index = 42".
+
+2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * boards/index-cache-gdb.exp: New file.
+       * gdb.dwarf2/index-cache.exp: New file.
+       * gdb.dwarf2/index-cache.c: New file.
+       * gdb.base/maint.exp: Check if we are using the index cache.
+
+2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
+       MAKEFLAGS.
+
+2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * dg-extract-results.sh: Move to toplevel contrib.
+       * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
+       * Makefile.in (check-parallel-racy): Likewise.
+
+2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * lib/gdb.exp (target_supports_scheduler_locking): New proc.
+       * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
+       tests if the target supports scheduler locking.
+
+2018-08-04  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.python/py-rbreak.exp: Fix rbreak regexp.
+
+2018-08-02  Tom Tromey  <tom@tromey.com>
+
+       PR symtab/16842.
+       * gdb.cp/temargs.exp: Test "info address" of a template
+       parameter.
+
+2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
+
+       * gdb.python/py-mi-var-info-path-expression.c: New file.
+       * gdb.python/py-mi-var-info-path-expression.py: New file.
+       * gdb.python/py-mi-var-info-path-expression.exp: New file.
+
+2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
+       error after "cannot resolve name" string.
+
+2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
+       started.
+       * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
+
+2018-07-28  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/vla-optimized-out-o3-strict.exp: New file.
+
+2018-07-26  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
+
+2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/maint.exp: Add check that dwarf unwinders control flag
+       is visible.
+
+2018-07-26  Tom de Vries  <tdevries@suse.de>
+
+       PR breakpoints/23366
+       * gdb.base/catch-follow-exec.c: New test.
+       * gdb.base/catch-follow-exec.exp: New file.
+
+2018-07-25  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
+       vla-optimized-out.c.
+
+2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
+
+       * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
+       * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
+
 2018-07-20  Tom de Vries  <tdevries@suse.de>
 
        * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
This page took 0.031859 seconds and 4 git commands to generate.