Expect optional "arch=" when executing "-stack-list-frames" on gdb.arch/amd64-invalid...
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index e66747160283fe1b4c5bcdc82b2f8907f32adedb..701d979b79a62f8adcaa14fb6813f434206e6219 100644 (file)
@@ -1,3 +1,140 @@
+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.
This page took 0.030984 seconds and 4 git commands to generate.