Print entirely unavailable struct/union values as a single <unavailable>.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 0b0f75901492b206a5944f53266c6309094d72b4..601517253b5a10456cfffdd3d74cb9b10a6148c5 100644 (file)
@@ -1,3 +1,238 @@
+2013-11-28  Andrew Burgess  <aburgess@broadcom.com>
+
+       * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
+       expected results.
+       (gdb_collect_locals_test): Likewise.
+       (gdb_collect_globals_test): Likewise.
+
+2013-11-28  Yao Qi  <yao@codesourcery.com>
+
+       * lib/gdb.exp (with_gdb_prompt): New proc.
+       * gdb.perf/disassemble.exp: New.
+       * gdb.perf/disassemble.py: New.
+
+2013-11-26  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.base/callfuncs.c (main): Assign malloc's return value
+       and free it afterwards.
+       * gdb.base/charset-malloc.c (malloc_stub): Likewise.
+       * gdb.base/printcmds.c (main): Likewise.
+       * gdb.base/randomize.c (main): Free "p" and change breakpoint
+       marker position.
+       * gdb.base/setvar.c (dummy): Assign malloc's return value
+       and free it afterwards.
+
+2013-11-26  Andrew Burgess  <aburgess@broadcom.com>
+
+       * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
+       gdb_test_multiple.
+
+2013-11-26  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
+       * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
+       * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
+
+2013-11-25  Keith Seitz  <keiths@redhat.com>
+
+       PR c++/14819
+       * gdb.cp/impl-this.cc: New file.
+       * gdb.cp/impl-this.exp: New file.
+
+2013-11-25  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.perf/backtrace.c: New.
+       * gdb.perf/backtrace.exp: New.
+       * gdb.perf/backtrace.py: New.
+
+2013-11-24  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.perf/single-step.c: New.
+       * gdb.perf/single-step.exp: New.
+       * gdb.perf/single-step.py: New.
+
+2013-11-23  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
+       with ignore count".
+
+2013-11-23  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
+       (test_subscript_regression): Ditto.
+       (top level): Run test_subscript_regression for c++ with "c++" prefix.
+
+2013-11-23  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.python/py-type.exp (test_enums): Fix typo.
+
+2013-11-23  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.python/py-symbol.exp: Add some comments.  Make all test names
+       unique.
+
+2013-11-23  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.python/py-symbol.exp: Fix whitespace.
+
+2013-11-23  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.python/python.exp: Don't call skip_python_tests, we still want
+       to test some things in the case where python is not configured in.
+
+2013-11-22  Pedro Alves  <palves@redhat.com>
+
+       * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
+       * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this.  Adjust.
+       * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
+       * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
+       * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
+       * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
+
+2013-11-22  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
+
+2013-11-22  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.dwarf2/dw2-bad-cfi.c: New file.
+       * gdb.dwarf2/dw2-bad-cfi.exp: New file.
+       * gdb.dwarf2/dw2-bad-cfi.S: New file.
+
+2013-11-22  Pedro Alves  <palves@redhat.com>
+
+       PR 16155
+       * gdb.dwarf2/dw2-dup-frame.S: New file.
+       * gdb.dwarf2/dw2-dup-frame.c: New file.
+       * gdb.dwarf2/dw2-dup-frame.exp: New file.
+
+2013-11-22  Yao Qi  <yao@codesourcery.com>
+
+       * lib/mi-support.exp (mi_create_dynamic_varobj): Update
+       comment and add one more argument "has_more".
+       * gdb.python/py-mi.exp: Callers update.
+
+2013-11-22  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
+       of mi_create_dynamic_varobj.
+
+2013-11-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/maint.exp (maint print objfiles): Consume one line at a
+       time, and run it through all three milestone regexes.
+
+2013-11-20  Sanimir Agovic  <sanimir.agovic@intel.com>
+
+       * gdb.base/eval-avoid-side-effects.exp: New file.
+
+2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.arch/i386-mpx.c: New file
+       * gdb.arch/i386-mpx.exp: New file.
+
+2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.python/py-pp-maint.exp: Consider new pretty-print added 
+       for bnd registers.
+
+2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
+       start and end equal 0.
+
+2013-11-19  Yao Qi  <yao@codesourcery.com>
+
+       * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
+       (mi_list_varobj_children_range): Likewise.
+
+2013-11-19  Yao Qi  <yao@codesourcery.com>
+
+       * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
+
+2013-11-19  Yao Qi  <yao@codesourcery.com>
+
+       * lib/mi-support.exp: Fix format.
+
+2013-11-19  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/py_range: New testcase.
+
+2013-11-18  Joel Brobecker  <brobecker@adacore.com>
+
+       * mi-language.exp: Add "-list-features" test verifying that
+       its output contains "language-option".
+
+2013-11-16  Joel Brobecker  <brobecker@adacore.com>
+
+       * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
+       * info_exc/foo.adb: Adjust to new exception name.
+       * info_exc.exp: Adjust after exception renaming in const.ads.
+       Update "info exception global" test to test "info exceptions
+       global_gdb" instead.
+
+       * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
+       * mi_exc_info/foo.adb (Adjust to new exception name.
+       * mi_exc_info.exp: Adjust after exception renaming in const.ads.
+       Update "-info-ada-exceptions global" test to test
+       "-info-ada-exceptions global_gdb" instead.
+
+2013-11-15  Luis Machado  <lgustavo@codesourcery.com>
+
+       * lib/mi-support.exp (mi_gdb_test): Expect different formats
+       of inferior output for remote and native sessions.
+       * gdb.mi/mi-console.exp: Remove obsolete comment.
+       Check for semihosted inferior output pattern.
+       (semihosted_string): New function.
+
+2013-11-15  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/info_exc.exp: Allow other global exceptions to be
+       listed in the output of "info exceptions".
+       * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
+       listed in the output of "-info-ada-exceptions".
+
+2013-11-15  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/info_exc.exp: Start inferior before starting
+       the "info exceptions" tests.
+       * gdb.ada/mi_exc_info.exp: Start inferior before starting
+       the "-info-ada-exceptions" tests.
+
+2013-11-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/includefile: New file.
+       * gdb.cp/filename.exp: New file.
+       * gdb.cp/filename.cc: New file.
+
+2013-11-15  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.python/py-breakpoint.exp: Make tests have unique names.
+
+2013-11-15  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
+
+2013-11-15  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.python/py-breakpoint.exp: Split up into several functions,
+       each with their own test prefix.
+
+2013-11-15  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/O2_float_param: New testcase.
+
+2013-11-14  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in (check-parallel): Print summary from gdb.sum.
+
+2013-11-14  Omair Javaid  <Omair.Javaid@linaro.org>
+
+        * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
+       and function label names.
+        * gdb.dwarf2/dw2-case-insensitive.c: Created function and
+       compile unit labels.
+
 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.mi/mi-language.exp: New file.
This page took 0.039068 seconds and 4 git commands to generate.