daily update
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 3bc33b4e7f6a0d8228e52cd85c6f0959ef861d0f..eeeab3e89ab0d07dbd465f702f9dce36659f901e 100644 (file)
@@ -1,3 +1,437 @@
+2014-08-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.base/vla-datatypes.c (vla_factory): Add new variable
+       inner_vla_struct_object_size.
+       * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
+       as xfail.
+
+2014-07-30  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/signal-command-handle-nopass.exp (test): Add
+       comment.
+
+2014-07-29  Yao Qi  <yao@codesourcery.com>
+
+       PR gdb/17206
+       * gdb.base/until-nodebug.exp: New.
+
+2014-07-28  Doug Evans  <xdje42@gmail.com>
+
+       PR guile/17203
+       * gdb.guile/scm-parameter.exp: Add tests for trying to create
+       previously existing parameter, and previously ambiguously spelled
+       parameter.
+
+2014-07-28  Will Newton  <will.newton@linaro.org>
+
+       * gdb.base/varargs.exp: Remove KFAILs for ARM.
+
+2014-07-26  Ludovic Courtès  <ludo@gnu.org>
+           Doug Evans  <xdje42@gmail.com>
+
+       PR guile/17146
+       * gdb.guile/types-module.exp: Add tests for wrong type arguments.
+
+2014-07-25  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/signal-command-handle-nopass.c: New file.
+       * gdb.threads/signal-command-handle-nopass.exp: New file.
+       * gdb.threads/signal-command-multiple-signals-pending.c: New file.
+       * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
+       * gdb.threads/signal-delivered-right-thread.c: New file.
+       * gdb.threads/signal-delivered-right-thread.exp: New file.
+
+2014-07-25  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/double-prompt-target-event-error.exp
+       (cancel_pagination_in_target_event): Remove '-notransfer <return>'
+       match.
+       (cancel_pagination_in_target_event): Rework double prompt
+       detection.
+       * gdb.base/paginate-after-ctrl-c-running.exp
+       (test_ctrlc_while_target_running_paginates): Remove '-notransfer
+       <return>' match.
+       * gdb.base/paginate-bg-execution.exp
+       (test_bg_execution_pagination_return)
+       (test_bg_execution_pagination_cancel): Remove '-notransfer
+       <return>' matches.
+       * gdb.base/paginate-execution-startup.exp
+       (test_fg_execution_pagination_return)
+       (test_fg_execution_pagination_cancel): Remove '-notransfer
+       <return>' matches.
+       * gdb.base/paginate-inferior-exit.exp
+       (test_paginate_inferior_exited): Remove '-notransfer <return>'
+       match.
+       * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
+       * lib/gdb.exp (pagination_prompt): Run text through
+       string_to_regexp.
+       (gdb_test_multiple): Match $pagination_prompt instead of
+       "<return>".
+       (string_to_regexp): Move to lib/gdb-utils.exp.
+
+2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.arch/amd64-entry-value-paramref.S: New file.
+       * gdb.arch/amd64-entry-value-paramref.cc: New file.
+       * gdb.arch/amd64-entry-value-paramref.exp: New file.
+       * gdb.arch/amd64-optimout-repeat.S: New file.
+       * gdb.arch/amd64-optimout-repeat.c: New file.
+       * gdb.arch/amd64-optimout-repeat.exp: New file.
+
+2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR gdb/17170
+       * gdb.base/statistics.exp: New file.
+
+2014-07-17  Doug Evans  <dje@google.com>
+
+       PR gdb/17170
+       * gdb.base/maint.exp: Update testing of per-command stats.
+
+2014-07-16  Pedro Alves  <palves@redhat.com>
+
+       * gdb.trace/tfile.c: Include unistd.h and stdint.h.
+       (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
+       (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
+       (tfile_write_buf): New functions.
+       (add_memory_block): Rewrite using the above.
+       (adjust_function_address): New function.
+       (FUNCTION_ADDRESS): New macro.
+       (write_basic_trace_file): Remove short_x local, and use
+       tfile_write_16. Change type of func_addr local to unsigned long
+       long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
+       here.  Cast argument of add_memory_block to char pointer.
+       (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
+       (main): Remove parameters.
+       * gdb.trace/tfile.exp: Remove nowarnings.
+
+2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.base/debug-expr.exp: Test string evaluation with
+       "debug expression" on.
+
+2014-07-15  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/reread.exp: Use clean_restart.
+
+2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
+
+       * gdb.arch/avr-flash-qualifer.c: New.
+       * gdb.arch/avr-flash-qualifer.exp: New.
+
+2014-07-14  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/paginate-after-ctrl-c-running.c: New file.
+       * gdb.base/paginate-after-ctrl-c-running.exp: New file.
+
+2014-07-14  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/double-prompt-target-event-error.c: New file.
+       * gdb.base/double-prompt-target-event-error.exp: New file.
+
+2014-07-14  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17072
+       * gdb.base/paginate-inferior-exit.c: New file.
+       * gdb.base/paginate-inferior-exit.exp: New file.
+
+2014-07-14  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17072
+       * gdb.base/paginate-bg-execution.c: New file.
+       * gdb.base/paginate-bg-execution.exp: New file.
+
+2014-07-14  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17072
+       * gdb.base/paginate-execution-startup.c: New file.
+       * gdb.base/paginate-execution-startup.exp: New file.
+       * lib/gdb.exp (pagination_prompt): New global.
+       (default_gdb_spawn): New procedure, factored out from
+       default_gdb_spawn.
+       (default_gdb_start): Adjust to call default_gdb_spawn.
+       (gdb_spawn): New procedure.
+
+2014-07-14  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdb.exp (gdb_assert): New procedure.
+       * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
+
+2014-07-14  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/execution-termios.c: New file.
+       * gdb.base/execution-termios.exp: New file.
+
+2014-07-14  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.cp/vla-cxx.cc: New file.
+       * gdb.cp/vla-cxx.exp: New file.
+
+2014-07-14  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.reverse/rerun-prec.c: New file.
+       * gdb.reverse/rerun-prec.exp: New file.
+
+2014-07-12  Maciej W. Rozycki  <macro@mips.com>
+           Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/gdb-utils.exp: New file.
+       * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
+       inline `gdb_init_command' processing.
+       (gdb_start_cmd): Likewise.
+       * lib/mi-support.exp (mi_run_cmd): Likewise.
+       * README: Document `gdb_init_command' and `gdb_init_commands'.
+
+2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix false FAIL running under a very long directory name.
+       * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
+       and "set print elements 10000".  Twice.
+
+2014-07-11  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/exprs.exp: "set print symbol off".
+
+2014-07-11  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/kill.c: New file.
+       * gdb.threads/kill.exp: New file.
+
+2014-07-10  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/tfile.c (write_basic_trace_file)
+       [__thumb__||__thumb2__]: Clear the Thumb bit of the function
+       address written to trace file.
+
+2014-07-09  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/attach-wait-input.exp: New file.
+       * gdb.base/attach-wait-input.c: New file.
+
+2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
+       setting up test structures.
+       (main): Call new test function.
+       * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
+       test function, continue into test function and walk test
+       structures.
+
+2014-07-02  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/entry-values.c: Define labels 'foo_start' and
+       'bar_start' at the beginning of functions 'foo' and 'bar'
+       respectively.
+       * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
+       instead of 'foo' and 'bar'.
+
+2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.btrace/segv.exp: New.
+       * gdb.btrace/segv.c: New.
+
+2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.trace/entry-values.exp: Handle powerpc-specific branch
+       instruction.
+
+2014-06-30  Mark Wielaard  <mjw@redhat.com>
+
+       * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
+       vulture, vilify, villar): New volatile array constants.
+       (vindictive, vegetation): New const volatile array constants.
+       * gdb.base/volatile.exp: Test volatile and const volatile array
+       types.
+
+2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
+       target lacks support for awatch, rwatch, or hbreak.
+
+2014-06-27  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.multi/dummy-frame-restore.exp: New.
+       * gdb.multi/dummy-frame-restore.c: New.
+
+2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.btrace/gcore.exp: New.
+
+2014-06-23  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/watchpoint-reuse-slot.c: New file.
+       * gdb.base/watchpoint-reuse-slot.exp: New file.
+
+2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.python/py-xmethods.exp: Use "progspace" instead of the
+       progspace's filename in 'info', 'enable' and 'disable' command
+       tests.
+
+2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
+       * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
+       * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
+
+2014-06-20  Gary Benson  <gbenson@redhat.com>
+
+       * gdb.arch/i386-avx.exp: Fix include file location.
+       * gdb.arch/i386-sse.exp: Likewise.
+
+2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * gdb.dlang/expression.exp: New file.
+
+2014-06-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/thread-execl.exp (do_test): New procedure, factored
+       out from ...
+       (top level): ... here.  Iterate running tests under different
+       scheduler-locking settings.
+
+2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
+       to DW_FORM_addr and use non-zero addresses.
+
+2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
+
+       PR gdb/17017
+       * gdb.python/py-xmethods.cc: Add global function call counters and
+       increment them in their respective functions.  Remove "cout"
+       statements.
+       * gdb.python/py-xmethods.exp: Make tests check the global function
+       call counters instead of depending on inferior IO.
+
+2014-06-18  Don Breazeal  <donb@codesourcery.com>
+
+       * gdb.base/foll-fork.exp (default_fork_parent_follow):
+       Deleted procedure.
+       (explicit_fork_parent_follow): Deleted procedure.
+       (explicit_fork_child_follow): Deleted procedure.
+       (test_follow_fork): New procedure.
+       (do_fork_tests): Replace calls to deleted procedures with
+       calls to test_follow_fork and reset GDB for subsequent 
+       procedure calls.
+
+2014-06-17  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
+       CP1252.
+
+2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
+       Initialize ptr and S explicitly.
+       (skip_type_update_when_not_use_rtti_test): Likewise.
+
+2014-06-16  Keith Seitz  <keiths@redhat.com>
+
+       PR mi/15863
+       * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
+       the inferior is started.
+
+2014-06-16  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/break-main-file-remove-fail.c: New file.
+       * gdb.base/break-main-file-remove-fail.exp: New file.
+       * gdb.base/break-unload-file.exp: Use build_executable instead of
+       prepare_for_testing.
+       (test_break): New parameter "initial_load".  Handle it.
+       (top level): Add initial_load cmdline/file axis.
+
+2014-06-12  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/completion.exp: Don't use directory name in test.
+
+2014-06-09  Gary Benson  <gbenson@redhat.com>
+
+       * gdb.base/sigall.c [Functions to send signals]: Reorder to
+       separate the always-available ANSI-standard signals from the
+       signals that require checking.
+       (main): Likewise.
+       * gdb.reverse/sigall-reverse.c [Functions to send signals]:
+       Likewise.
+       (main): Likewise.
+
+2014-06-07  Keith Seitz  <keiths@redhat.com>
+
+       Revert:
+       PR c++/16253
+       * gdb.cp/var-tag.cc: New file.
+       * gdb.cp/var-tag.exp: New file.
+       * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
+       * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
+       * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
+       * gdb.dwarf2/dw2-inheritance.exp: Likewise.
+
+2014-06-06  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
+
+2014-06-06  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
+       in target debug output instead of looking at RSP packets,
+       disabling the test on any target that uses hardware stepping.
+       Update comments.
+
+2014-06-06  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/break-unload-file.exp: Fix typo.
+
+2014-06-06  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/jit.exp (one_jit_test): Restrict the pattern
+       from "jit_function" to "^jit_function".
+
+2014-06-06  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/async.c (foo): Add one statement.
+       * gdb.base/async.exp: Get the next instruction address and
+       match the output of "nexti" by instruction address.  Match
+       the hex address in the output of "finish".
+
+2014-06-06  Gary Benson  <gbenson@redhat.com>
+
+       * gdb.base/call-signals.c: Remove preprocessor conditionals
+       for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
+       SIGSEGV and SIGTERM.
+       * gdb.base/sigall.c: Likewise.
+       * gdb.base/unwindonsignal.c: Likewise.
+       * gdb.reverse/sigall-reverse.c: Likewise.
+
+2014-06-06  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
+       readable, skip the test.
+
+2014-06-06  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.threads/staticthreads.c (thread_function): Move the line
+       setting breakpoint on forward.
+       * gdb.threads/staticthreads.exp: Update comments.
+
+2014-06-05  Ludovic Courtès  <ludo@gnu.org>
+
+       * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
+       "history-append! type error".
+
+2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
+       erroneous dprintf expected input.
+
+2014-06-04  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.guile/scm-generics.exp: Delete.
+
+2014-06-04  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.guile/scm-breakpoint.exp: Update.
+       Add tests for breakpoint registration.
+
 2014-06-04  Tom Tromey  <tromey@redhat.com>
 
        * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
This page took 0.045044 seconds and 4 git commands to generate.