gdb/python: exception trying to create empty array
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index db5127c9b4eca6afca906f6d5eb5170ee637a9df..7db08099584d277751c4234c8e8e351511ffa5b8 100644 (file)
@@ -1,3 +1,226 @@
+2015-01-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.python/py-type.exp: Add a couple test about empty
+       array creation, and negative-length array creation.
+
+2015-01-02  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
+
+2015-01-02  Doug Evans  <dje@google.com>
+
+       * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
+
+2014-12-29  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/entry-values.exp: Update comments.  Rename variable
+       bar_call_foo to returned_from_foo.
+
+2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
+
+       PR gdb/17394
+       * gdb.linespec/break-asm-file.c: New file.
+       * gdb.linespec/break-asm-file.exp: New file.
+       * gdb.linespec/break-asm-file0.s: New file.
+       * gdb.linespec/break-asm-file1.s: New file.
+
+2014-12-18  Nigel Stephens  <nigel@mips.com>
+           Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.base/float.exp: Handle the new output from "info float" on
+       MIPS targets.
+
+2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix MinGW compilation.
+       * gdb.compile/compile-ops.exp: Update untested message if
+       !skip_compile_feature_tests.
+       * gdb.compile/compile-setjmp.exp: Likewise.
+       * gdb.compile/compile-tls.exp: Likewise.
+       * gdb.compile/compile.exp: Likewise.
+       * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
+       supported on this host".
+
+2014-12-16  Doug Evans  <xdje42@gmail.com>
+
+       * boards/stabs.exp: New file.
+
+2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
+
+       * gdb.base/completion.exp: Adjust to format changes of "maint
+       print user-registers".
+
+2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
+
+       PR server/17457
+       * gdb.arch/aarch64-fp.c: New file.
+       * gdb.arch/aarch64-fp.exp: New file.
+
+2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
+       r210637, r210913, r211666, r215400, r215817).
+
+       2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
+               * dg-extract-results.py: New file.
+               * dg-extract-results.sh: Use it if the environment seems
+               suitable.
+
+       2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
+
+               * dg-extract-results.py (parse_run): Handle warnings that
+               are printed before a test harness is run.
+
+       2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
+
+               * dg-extract-results.py (Named): Remove __cmp__ method.
+               (output_variation): Use a key to sort variation.harnesses.
+
+       2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
+
+               * dg-extract-results.py: For Python 3, force sys.stdout to
+               handle surrogate escape sequences.
+               (safe_open): New function.
+               (output_segment, main): Use it.
+
+       2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
+
+               * dg-extract-results.py (Prog.result_re): Include options
+               in test name.
+
+       2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
+
+               * dg-extract-results.py (output_variation): Always sort if
+               do_sum.
+
+2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * lib/gdb.exp (default_gdb_start): After starting gdb, loop
+       as long as we get pagination notifications.
+
+2014-12-15  Jason Merrill  <jason@redhat.com>
+
+       * Makefile.in (check-gdb.%): Restore.
+       * README: Mention it.
+
+2014-12-13  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/str_uninit: New testcase.
+
+2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR symtab/17642
+       * gdb.base/vla-stub-define.c: New file.
+       * gdb.base/vla-stub.c: New file.
+       * gdb.base/vla-stub.exp: New file.
+
+2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * configure.ac: Add gdb.compile/.
+       * configure: Regenerate.
+       * gdb.compile/Makefile.in: New file.
+       * gdb.compile/compile-ops.exp: New file.
+       * gdb.compile/compile-ops.c: New file.
+       * gdb.compile/compile-tls.c: New file.
+       * gdb.compile/compile-tls.exp: New file.
+       * gdb.compile/compile-constvar.S: New file.
+       * gdb.compile/compile-constvar.c: New file.
+       * gdb.compile/compile-mod.c: New file.
+       * gdb.compile/compile-nodebug.c: New file.
+       * gdb.compile/compile-setjmp-mod.c: New file.
+       * gdb.compile/compile-setjmp.c: New file.
+       * gdb.compile/compile-setjmp.exp: New file.
+       * gdb.compile/compile-shlib.c: New file.
+       * gdb.compile/compile.c: New file.
+       * gdb.compile/compile.exp: New file.
+       * lib/gdb.exp (skip_compile_feature_tests): New proc.
+
+2014-12-12  Tom Tromey  <tromey@redhat.com>
+
+       * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
+       Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
+
+2014-12-12  Doug Evans  <dje@google.com>
+
+       * lib/gdb-python.exp (get_python_valueof): New function.
+       * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
+
+2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/completion.exp: Add test for completion of "info
+       registers ".
+
+2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.base/func-ptrs.c: New file.
+       * gdb.base/func-ptrs.exp: New file.
+
+2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
+
+       PR breakpoints/17012
+       * gdb.base/dprintf-detach.c: New file.
+       * gdb.base/dprintf-detach.exp: New file.
+
+2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.trace/qtro.exp: Replace gdbserver detection code by...
+       * lib/gdb.exp (target_is_gdbserver): New procedure.
+
+2014-12-08  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-objfile.exp: Add tests for objfile.owner.
+
+2014-12-05  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.guile/scm-error.exp: Remove the third argument to
+       gdb_remote_download.
+       * gdb.guile/scm-frame-args.exp: Likewise.
+       * gdb.guile/scm-section-script.exp: Likewise.
+
+2014-12-05  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
+
+2014-12-04  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-objfile.exp: Add tests for
+       objfile.add_separate_debug_file.
+
+2014-12-04  Doug Evans  <dje@google.com>
+
+       * lib/gdb.exp (get_build_id): New function.
+       (build_id_debug_filename_get): Rewrite to use it.
+       * gdb.python/py-objfile.exp: Add test for objfile.build_id.
+
+2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
+       `method(long)', not just 0x0.
+       * gdb.cp/nsalias.exp: Align code labels to 4.
+       * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
+       * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
+       * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
+       * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
+       (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
+       * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
+
+2014-12-02  Doug Evans  <dje@google.com>
+
+       PR symtab/17602
+       * gdb.cp/anon-ns.cc: Move guts of this file to ...
+       * gdb.cp/anon-ns2.cc: ... here.  New file.
+       * gdb.cp/anon-ns.exp: Update.
+
+2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
+
+       * gdb.python/py-events.py (inferior_call_handler): New.
+       (register_changed_handler, memory_changed_handler): New.
+       (test_events.invoke): Register new handlers.
+       * gdb.python/py-events.exp: Add tests for inferior call,
+       memory_changed and register_changed events.
+
 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
 
        * gdb.base/execl-update-breakpoints.exp: Specify the link address
@@ -3467,6 +3690,6 @@ For older changes see ChangeLog-1993-2013.
 ;; version-control: never
 ;; End:
 
-    Copyright 2014 Free Software Foundation, Inc.
+    Copyright 2014-2015 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
This page took 0.028241 seconds and 4 git commands to generate.