Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.
[binutils-gdb.git] / gdb / testsuite / ChangeLog
index 6c78bdddbb6a0ebecd0bd450fcbdf66863b5805d..4f2f208230a9f609786ca3551b210e76fa42d0e7 100644 (file)
-2014-06-09  Pedro Alves  <palves@redhat.com>
+2014-10-30  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-objfile.exp: Add tests for setting random attributes
+       in objfiles.
+       * gdb.python/py-progspace.exp: Add tests for setting random attributes
+       in progspaces.
+
+2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
+
+       * gdb.base/fullpath-expand.exp: Skip for a remote host.
+       * gdb.base/realname-expand.exp: Likewise.
+       * gdb.linespec/macro-relative.exp: Likewise.
+
+2014-10-29  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17408
+       * gdb.threads/schedlock.c (some_function): New function.
+       (call_function): New global.
+       (MAYBE_CALL_SOME_FUNCTION): New macro.
+       (thread_function): Call it.
+       * gdb.threads/schedlock.exp (get_args): Add description parameter,
+       and use it instead of a global counter.  Adjust all callers.
+       (get_current_thread): Use "find current thread" for test message
+       here rather than having all callers pass down the same string.
+       (goto_loop): New procedure, factored out from ...
+       (my_continue): ... this.
+       (step_ten_loops): Change parameter from test message to command to
+       use.  Adjust.
+       (list_count): Delete global.
+       (check_result): New procedure, factored out from duplicate top
+       level code.
+       (continue tests): Wrap in with_test_prefix.
+       (test_step): New procedure, factored out from duplicate top level
+       code.
+       (top level): Test "step" in combination with all scheduler-locking
+       modes.  Test "next" in combination with all scheduler-locking
+       modes, and in combination with stepping over a function call or
+       not.
+       * gdb.threads/next-bp-other-thread.c: New file.
+       * gdb.threads/next-bp-other-thread.exp: New file.
+
+2014-10-29  Pedro Alves  <palves@redhat.com>
+
+       PR python/17372
+       * gdb.python/python.exp: Test a multi-line command that spawns
+       interactive Python.
+       * gdb.base/multi-line-starts-subshell.exp: New file.
+
+2014-10-29  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/fileio.exp: Make directories on host.
+
+2014-10-29  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/fileio.c (test_write): Close the file.
+
+2014-10-28  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/12623
+       * gdb.base/sigstep.c (no_handler): New global.
+       (main): If 'no_handler is true, set the signal handlers to
+       SIG_IGN.
+       * gdb.base/sigstep.exp (breakpoint_over_handler): Add
+       with_sw_watch and no_handler parameters.  Handle them.
+       (top level) <stepping over handler when stopped at a breakpoint
+       test>: Add a test axis for testing with a software watchpoint, and
+       another for testing with the signal handler set to SIG_IGN.
+       * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
+       * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
+
+2014-10-28  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17511
+       * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
+       * gdb.base/sigstep.exp (other_handler_location): New global.
+       (advance): Support stepping into the signal handler, and running
+       commands while in the handler.
+       (in_handler_map): New global.
+       (top level): In the advance test, add combinations for getting
+       into the handler with stepping commands, and for running commands
+       in the handler.  Add comment descripting the advancei tests.
+
+2014-10-28  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/sigstep.exp: Use build_executable instead of
+       prepare_for_testing.
+       (top level): Move code that starts GDB, runs to main and creates a
+       display to ...
+       (restart): ... this new procedure.
+       (top level): Move backtrace from signal handler test to ...
+       (validate_backtrace): ... this new procedure.
+       (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
+       with_test_prefix.  Always restart GDB.
+       (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
+       with_test_prefix.  Always restart GDB.  No need to delete
+       breakpoints after the test.
+       (test_skip_handler): Remove prefix parameter.
+       (skip_over_handler, breakpoint_to_handler)
+       (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
+       parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
+       restart GDB.  No need to delete breakpoints after the test.
+       (top level): Use foreach to call the test procedures with
+       different commands.
+
+2014-10-28  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
+       instead of GNATS numbers.
+       * gdb.base/sigbpt.exp: Likewise.
+       * gdb.base/siginfo.exp: Likewise.
+       * gdb.base/sigstep.exp: Likewise.
+
+2014-10-27  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/sigstep.c (dummy): New global.
+       (main): Issue a couple writes to the new global.
+       * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
+       procedures.
+       (skip_over_handler): Use test_skip_handler.
+       (top level): Call skip_over_handler for stepi and nexti too.
+       (breakpoint_over_handler): Use test_skip_handler.
+       (top level): Call breakpoint_over_handler for stepi and nexti too.
+
+2014-10-27  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/tfile.c (adjust_function_address)
+       [__powerpc64__ && _CALL_ELF != 2]: Get function address from
+       function descriptor.
+
+2014-10-24  Don Breazeal  <donb@codesourcery.com>
+
+       * gdb.base/foll-fork.exp (test_follow_fork,
+       catch_fork_child_follow): Check for updated fork messages emitted
+       from infrun.c.
+       * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
+       vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
+       vfork_and_exec_child_follow_through_step): Check for updated vfork
+       messages emitted from infrun.c.
+
+2014-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/corefile.exp: Remove references to ultrix.
+       * gdb.base/interrupt.exp: Likewise.
+       * gdb.base/whatis.exp: Likewise.
+       * gdb.gdb/selftest.exp: Likewise.
+       * gdb.threads/manythreads.exp: Likewise.
+       * gdb.threads/print-threads.exp: Likewise.
+       * gdb.threads/pthreads.exp:: Likewise.
+       * gdb.threads/schedlock.exp: Likewise.
+
+2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.cp/non-trivial-retval.cc: Add a test case.
+       * gdb.cp/non-trivial-retval.exp: Add a test.
+
+2014-10-20  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
+       * gdb.python/py-objfile-script-gdb.py: New file.
+       * gdb.python/py-objfile-script.exp: Update reference to
+       py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
+       of remote_download.  Remove the dest file.
+
+2014-10-20  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/checkpoint.exp: Don't remove file copied on host.
+       * gdb.base/step-line.exp: Likewise.
+       * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
+       * gdb.dwarf2/dw2-basic.exp: Likewise.
+       * gdb.dwarf2/dw2-compressed.exp: Likewise.
+       * gdb.dwarf2/dw2-filename.exp: Likewise.
+       * gdb.dwarf2/dw2-intercu.exp: Likewise.
+       * gdb.dwarf2/dw2-intermix.exp: Likewise.
+       * gdb.dwarf2/dw2-producer.exp: Likewise.
+       * gdb.dwarf2/mac-fileno.exp: Likewise.
+       * gdb.python/py-frame-args.exp: Likewise.
+       * gdb.python/py-framefilter.exp: Likewise.
+       * gdb.python/py-mi.exp: Likewise.
+       * gdb.python/py-objfile-script.exp: Likewise
+       * gdb.python/py-pp-integral.exp: Likewise.
+       * gdb.python/py-pp-re-notag.exp: Likewise.
+       * gdb.python/py-prettyprint.exp: Likewise.
+       * gdb.python/py-section-script.exp: Likewise.
+       * gdb.python/py-typeprint.exp: Likewise.
+       * gdb.python/py-xmethods.exp: Likewise.
+       * gdb.stabs/weird.exp: Likewise.
+       * gdb.xml/tdesc-regs.exp: Likewise.
+
+2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
+       (out_cu): Use addr_len for the size of addresses.
+       (out_line): Likewise.  Size DW_LNE_set_address instruction
+       according to addr_len.
+       * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
+       (FUNC): Add START_INSNS to definition.
+
+2014-10-18  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/argv0-symlink.exp: Check argv[0] value if
+       gdb_has_argv0 return true.
+       * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
+       check [target_info exists noargs], check [gdb_has_argv0]
+       instead.
+       * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
+       * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
+       procedures.
+
+2014-10-17  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-events.exp: Update expected output for clear_objfiles
+       event.
+       * gdb.python/py-events.py: Add clear_objfiles event.
+
+2014-10-17  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-objfile.exp: Test progspace attribute.
+
+2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.guile/scm-breakpoint.exp: Do not assume any
+       directory separators when matching source file paths.
+       * gdb.python/py-breakpoint.exp: Likewise.
+       * gdb.reverse/break-precsave.exp: Likewise.
+       * gdb.reverse/break-reverse.exp: Likewise.
+       * gdb.reverse/consecutive-precsave.exp: Likewise.
+       * gdb.reverse/finish-precsave.exp: Likewise.
+       * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
+       * gdb.reverse/finish-reverse.exp: Likewise.
+       * gdb.reverse/i386-precsave.exp: Likewise.
+       * gdb.reverse/i387-env-reverse.exp: Likewise.
+       * gdb.reverse/i387-stack-reverse.exp: Likewise.
+       * gdb.reverse/machinestate-precsave.exp: Likewise.
+       * gdb.reverse/machinestate.exp: Likewise.
+       * gdb.reverse/sigall-precsave.exp: Likewise.
+       * gdb.reverse/solib-precsave.exp: Likewise.
+       * gdb.reverse/step-precsave.exp: Likewise.
+       * gdb.reverse/until-precsave.exp: Likewise.
+       * gdb.reverse/watch-precsave.exp: Likewise.
+       * gdb.reverse/watch-reverse.exp: Likewise.
+
+2014-10-17  Yao Qi  <yao@codesourcery.com>
+
+       * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
+       * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
+
+2014-10-17  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17471
+       * gdb.base/bg-execution-repeat.c: New file.
+       * gdb.base/bg-execution-repeat.exp: New file.
+
+2014-10-17  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17300
+       * gdb.base/continue-all-already-running.c: New file.
+       * gdb.base/continue-all-already-running.exp: New file.
+
+2014-10-17  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17472
+       * gdb.base/annota-input-while-running.c: New file.
+       * gdb.base/annota-input-while-running.exp: New file.
+
+2014-10-17  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/callfuncs.exp: emove references to osf.
+       * gdb.base/sigall.exp: Likewise.
+       * gdb.gdb/selftest.exp: Likewise.
+       * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
+       * gdb.mi/non-stop.c: Likewise.
+       * gdb.mi/pthreads.c: Likewise.
+       * gdb.reverse/sigall-precsave.exp: Likewise.
+       * gdb.reverse/sigall-reverse.exp: Likewise.
+       * gdb.threads/pthreads.c: Likewise.
+       * gdb.threads/pthreads.exp: Likewise.
+
+2014-10-17  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
+       check 'target_info exists noargs'.
+       (test_command_prompt_position): Likewise.
+       (progvar_simple_if_test): Don't check 'target_info exists noargs'.
+       Remove "set args".
+       (progvar_simple_while_test): Likewise.
+       (progvar_complex_if_while_test): Likewise.
+       (if_while_breakpoint_command_test): Likewise.
+       (infrun_breakpoint_command_test): Likewise.
+       (breakpoint_command_test): Likewise.
+       (watchpoint_command_test): Likewise.
+       (bp_deleted_in_command_test): Likewise.
+       (temporary_breakpoint_commands): Likewise.
+
+2014-10-16  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/remotetimeout.exp: Remove noargs checking.
+
+2014-10-15  Pedro Alves  <palves@redhat.com>
+
+       PR breakpoints/9649
+       * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
+       * gdb.base/breakpoint-in-ro-region.exp
+       (probe_target_hardware_step): New procedure.
+       (top level): Probe hardware stepping and hardware breakpoint
+       support.  Test stepping through a read-only region, with both
+       "breakpoint auto-hw" on and off and both "always-inserted" on and
+       off.
+
+2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * gdb.dlang/demangle.exp: Update for demangling changes.
+
+2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.cp/non-trivial-retval.cc: Add new test cases.
+       * gdb.cp/non-trivial-retval.exp: Add new tests.
+
+2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
+
+       PR c++/13403
+       PR c++/15154
+       * gdb.cp/non-trivial-retval.cc: New file.
+       * gdb.cp/non-trivial-retval.exp: New file.
+
+2014-10-15  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
+       remote host.
+
+2014-10-15  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.python/py-symbol.exp: Match file base name if host is
+       remote, otherwise match file name with dir name.
+       * gdb.python/py-symtab.exp: Likewise.
+       * gdb.python/python.exp: Likewise.
+
+2014-10-15  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.python/py-symbol.exp: Remove trailing ".*" in the
+       pattern.
+       * gdb.python/py-symtab.exp: Likewise.
+       * gdb.python/python.exp: Remove trailing ".*".  Fix typo
+       locationn.
+
+2014-10-14  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/addr_arith: New testcase.
+
+2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
+       * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
+       * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
+       * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
+
+2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.arch/stap-eval-lang-ada.S: Likewise.
+       * gdb.arch/stap-eval-lang-ada.c: Likewise.
+       * gdb.arch/stap-eval-lang-ada.exp: New file.
+
+2014-10-14  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.mi/mi-var-child.c (nothing1): New function.
+       (nothing2): New function.
+       (do_children_tests): Set function pointers by nothing1 and
+       nothing2.
+       * gdb.mi/mi-var-child.exp: Step over new added statements.
+       Update test to match the new output.
+       * gdb.mi/var-cmd.c (nothing1): New function.
+       (nothing2): New function.
+       (do_children_tests): Set function pointers by  nothing1 and
+       nothing2.
+       * gdb.mi/mi-var-display.exp: Update test to match output.
+       Step to the line specified by $line_dct_nothing.
+       Increase the number of lines to step.
+
+2014-10-14  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
+       tests.
+       * gdb.mi/mi2-var-child.exp: Likewise.
+
+2014-10-13  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-objfile.exp: Change name of file name test.
+
+2014-10-13  Doug Evans  <dje@google.com>
+
+       * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
+       from the start of the CU.
+
+2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Yao Qi  <yao@codesourcery.com>
+
+       Fix "save breakpoints" for "catch" command.
+       * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
+       Remove -nonewline.  Match also the added "main" line.
+
+2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix "save breakpoints" for "disable $bpnum" command.
+       * gdb.base/save-bp.c (main): Add label.
+       * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
+
+2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
+
+2014-10-11  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.server/server-kill.exp: Execute command
+       "set remote trace-status-packet on" before "tstatus".
+
+2014-10-11  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
+       (main): Call getppid.
+       * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
+       and continue to it.  Read variable "server_pid".
+
+2014-10-11  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.server/server-kill.exp: Remove "delete_breakpoints".
+
+2014-10-11  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.threads/thread-find.exp: Don't execute command
+       "info threads".
+       * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
+       * gdb.threads/linux-dp.exp: Don't check the condition
+       $threads_created equals to zero.
+
+2014-10-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/bigcore.exp: Remove references to IRIX.
+       * gdb.base/funcargs.exp: Likewise.
+       * gdb.base/interrupt.exp: Likewise.
+       * gdb.base/mips_pro.exp: Likewise.
+       * gdb.base/nodebug.exp: Likewise.
+       * gdb.base/setvar.exp: Likewise.
+       * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
+
+2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       PR symtab/14466
+       * gdb.base/vdso-warning.c: New file.
+       * gdb.base/vdso-warning.exp: New file.
+
+2014-10-02  Doug Evans  <dje@google.com>
+
+       * gdb.base/structs.c (main): Don't run forever.
+
+2014-10-02  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
+       (top level) <stop threads 1, stop threads 2>: Use it.
+
+2014-10-02  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/break-while-running.exp (test): Add new
+       'update_thread_list' argument.  Skip "info threads" if false.
+       (top level): Add new 'update_thread_list' axis.
+
+2014-10-02  Pedro Alves  <palves@redhat.com>
+
+       PR breakpoints/17431
+       * gdb.base/execl-update-breakpoints.c: New file.
+       * gdb.base/execl-update-breakpoints.exp: New file.
+
+2014-10-01  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/breakpoint-in-ro-region.c: New file.
+       * gdb.base/breakpoint-in-ro-region.exp: New file.
+
+2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.mi/mi-exit-code.exp: New file.
+       * gdb.mi/mi-exit-code.c: New file.
+
+2014-09-30  Yao Qi  <yao@codesourcery.com>
+
+       * lib/prelink-support.exp (build_executable_own_libs): Error if
+       the target isn't native.
+
+2014-09-30  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
+       false.
+
+2014-09-22  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/break-while-running.exp: New file.
+       * gdb.threads/break-while-running.c: New file.
+
+2014-09-19  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
+       Invoke test.  Restart GDB with --readnow and invoke test again.
+
+2014-09-19  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/break-on-linker-gcd-function.exp: Move test into new
+       proc set_breakpoint_on_gcd_function.  Invoke
+       set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
+       invoke set_breakpoint_on_gcd_function again.
+
+2014-09-18  Doug Evans  <dje@google.com>
+
+       * gdb.dwarf2/symtab-producer.exp: New file.
+
+2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.base/global-var-nested-by-dso-solib1.c: New file.
+       * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
+       * gdb.base/global-var-nested-by-dso.c: Likewise.
+       * gdb.base/global-var-nested-by-dso.exp: Likewise.
+
+2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/watch-bitfields.exp: Pass string other than test file
+       name to prepare_for_testing.
+       (watch): New procedure.
+       (expect_watchpoint): Use with_test_prefix.
+       (top level): Factor out tests to ...
+       (test_watch_location, test_regular_watch): ... these new
+       procedures, and use with_test_prefix and gdb_continue_to_end.
+
+2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
+
+       PR breakpoints/12526
+       * gdb.base/watch-bitfields.exp: New file.
+       * gdb.base/watch-bitfields.c: New file.
+
+2014-09-16  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
+       software and hardware addresses, not software address against
+       itself.
+
+2014-09-16  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/watchpoint-stops-at-right-insn.c: New file.
+       * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
+
+2014-09-16  Pedro Alves  <palves@redhat.com>
+
+       * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
+       files.
+       * gdb.base/a2-run.exp: Remove all code guarded by istarget
+       "*-*-vxworks*" throughout.
+       * gdb.base/break.exp: Likewise.
+       * gdb.base/default.exp: Likewise.
+       * gdb.base/scope.exp: Likewise.
+       * gdb.base/sepdebug.exp: Likewise.
+       * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
+       throughout.
+       * gdb.base/run.c: Likewise.
+       * gdb.base/sepdebug.c: Likewise.
+       * gdb.hp/gdb.aCC/run.c: Likewise.
+       * gdb.reverse/until-reverse.c: Likewise.
+       * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
+
+2014-09-16  Yao Qi  <yao@codesourcery.com>
+
+       * boards/local-remote-host-native.exp: New file.
+
+2014-09-14  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.threads/queue-signal.c (thread_count): New variable.
+       (thread_count_mutex, thread_count_condvar): New variables.
+       (incr_thread_count, wait_all_threads_running): New functions.
+       (main): Wait for all threads to be in their thread functions.
+
+2014-09-13  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.threads/queue-signal.c: New file.
+       * gdb.threads/queue-signal.exp: New file.
+
+2014-09-13  Doug Evans  <xdje42@gmail.com>
+
+       * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
+       be consistent with what default_gdb_init uses.
+       (with_gdb_prompt): Change form of PROMPT argument from a regexp to
+       the plain text of the prompt.  Add some logging printfs.
+       * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
+
+2014-09-12  Pedro Alves  <palves@redhat.com>
+
+       * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
+       gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
+       * gdb.arch/i386-size-overlap.exp: Likewise.
+       * gdb.arch/i386-size.exp: Likewise.
+       * gdb.arch/i386-unwind.exp: Likewise.
+       * gdb.base/a2-run.exp: Likewise.
+       * gdb.base/break.exp: Likewise.
+       * gdb.base/charset.exp: Likewise.
+       * gdb.base/chng-syms.exp: Likewise.
+       * gdb.base/commands.exp: Likewise.
+       * gdb.base/dbx.exp: Likewise.
+       * gdb.base/find.exp: Likewise.
+       * gdb.base/funcargs.exp: Likewise.
+       * gdb.base/jit-simple.exp: Likewise.
+       * gdb.base/reread.exp: Likewise.
+       * gdb.base/sepdebug.exp: Likewise.
+       * gdb.base/step-bt.exp: Likewise.
+       * gdb.cp/mb-inline.exp: Likewise.
+       * gdb.cp/mb-templates.exp: Likewise.
+       * gdb.objc/basicclass.exp: Likewise.
+       * gdb.threads/killed.exp: Likewise.
+
+2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
+
+       PR tdep/17379
+       * gdb.arch/powerpc-stackless.S: New file.
+       * gdb.arch/powerpc-stackless.exp: New file.
+
+2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/attach.c: Include unistd.h.
+       (main): Call alarm.  Add label postloop.
+       * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
+       gdb_breakpoint, gdb_continue_to_breakpoint.
+       (test_command_line_attach_run): Kill ${testpid} in one exit path.
+
+2014-09-11  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17347
+       * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
+       * gdb.base/attach.exp (test_command_line_attach_run): New
+       procedure.
+       (top level): Call it.
+
+2014-09-11  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdb.exp (spawn_wait_for_attach): New procedure.
+       * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
+       (do_command_attach_tests): Use spawn_wait_for_attach.
+       * gdb.base/solib-overlap.exp: Likewise.
+       * gdb.multi/multi-attach.exp: Likewise.
+       * gdb.python/py-prompt.exp: Likewise.
+       * gdb.python/py-sync-interp.exp: Likewise.
+       * gdb.server/ext-attach.exp: Likewise.
+
+2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
+
+       * gdb.fortran/array-element.exp: Remove unexpected "continue"
+       command in testcase.  Simplify testcase.
+
+2014-09-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
+
+2014-09-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
+
+2014-09-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
+
+2014-09-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dynarr-ptr.c: New file.
+       * gdb.dwarf2/dynarr-ptr.exp: New file.
+
+2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
+       of 30 rather than hardcoding 120 for a slow test case.  Take the
+       `gdb,timeout' target setting into account for this calculation.
+       Don't extend the timeout for the test cases that don't need it.
+
+2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.reverse/sigall-reverse.exp: Increase the timeout by
+       a factor of 2 for a slow test case.  Take the `gdb,timeout'
+       target setting into account for this calculation.
+       * gdb.reverse/until-precsave.exp: Increase the timeout by
+       a factor of 15 and 3 respectively rather than adding 120
+       for a pair of slow test cases.  Take the `gdb,timeout'
+       target setting into account for this calculation.
+
+2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/gdb.exp (gdb_test_multiple): Remove code to select the
+       timeout, don't pass one down to gdb_expect.
+       (gdb_expect): Rework timeout selection.
+
+2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/gdbserver-support.exp (gdbserver_start): Throw an error
+       exception on timeout.
+       (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
+       (gdbserver_start_extended): Catch any `gdbserver_start' error
+       exceptions.
+       (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
+       * lib/mi-support.exp (mi_gdb_target_load): Catch any
+       `gdbserver_gdb_load' error exceptions.
+
+2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
+       120 on waiting for the TCP socket to open.
+
+2014-09-09  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.base/default.exp (show_conv_list): Add _caller_is,
+       _caller_matches, _any_caller_is, _any_caller_matches.
+
+2014-09-09  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
+
+2014-09-09  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.mi/mi-var-display.exp: Set print symbol off.
+
+2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
+
+       PR gdb/17035
+       * gdb.base/commands.exp: Add tests to verify user-defined
+       commands with empty bodies.
+       * gdb.python/py-cmd.exp: Test that we don't show user-defined
+       python commands in `show user command`.
+       * gdb.python/scm-cmd.exp: Test that we don't show user-defined
+       scheme commands in `show user command`.
+
+2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR python/17355
+       * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
+       * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
+       * gdb.python/py-framefilter-invalidarg.exp: New file.
+       * gdb.python/py-framefilter-invalidarg.py: New file.
+
+2014-09-06  Doug Evans  <xdje42@gmail.com>
+
+       PR 15276
+       * gdb.python/py-caller-is.c: New file.
+       * gdb.python/py-caller-is.exp: New file.
+
+2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR gdb/17235
+       * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
+       * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
+
+2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR fortran/17237
+       * gdb.fortran/print-formatted.exp: New file.
+       * gdb.fortran/print-formatted.f90: Likewise.
+
+2014-09-03  Sasha Smundak  <asmundak@google.com>
+
+       * gdb.python/py-frame.exp: Test Frame.read_register.
+
+2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR python/16699
+       * gdb.python/py-completion.exp: New file.
+       * gdb.python/py-completion.py: Likewise.
+
+2014-08-28  Doug Evans  <dje@google.com>
+
+       * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
+       eax,etc. are live with values set by gdb and thus the compiler can't
+       use them.
+       * gdb.arch/i386-pseudo.c (main): Ditto.
+
+2014-08-27  Doug Evans  <dje@google.com>
+
+       * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
+
+2014-08-25  Doug Evans  <dje@google.com>
+
+       * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
+       (main): Ditto.
+
+2014-08-25  Doug Evans  <dje@google.com>
+
+       * gdb.threads/thread-execl.exp: #include <stdio.h>.
+
+2014-08-24  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.guile/scm-value.exp (test_lazy_strings): Set print
+       symbol off.
+       * gdb.python/py-value.exp (test_lazy_strings): Likewise.
+
+2014-08-22  Doug Evans  <dje@google.com>
+
+       PR 17276
+       * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
+       * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
+       * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
+
+2014-08-22  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
+       * gdb.python/py-finish-breakpoint2.exp: Likewise.
+       * gdb.python/python.exp: Likewise.  Use .py file on the host
+       instead of the build.
+
+2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.threads/gcore-stale-thread.c: New file.
+       * gdb.threads/gcore-stale-thread.exp: New file.
+
+2014-08-21  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
+       * gdb.base/gcore-relro-pie.exp: Likewise.
+       * gdb.base/gcore-relro.exp: Likewise.
+       * gdb.base/gcore.exp: Likewise.
+       * gdb.base/print-symbol-loading.exp: Likewise.
+       * gdb.threads/gcore-thread.exp: Likewise.
+       * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
+
+2014-08-20  Pedro Alves  <palves@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.in (EXTRA_RULES, CC): New variables, get from
+       configure.
+       (EXPECT): Handle READ1 being set.
+       (all): Depend on EXTRA_RULES.
+       (check-read1, expect-read1, read1.so, read1): New rules.
+       * README (Testsuite Parameters): Document the READ1 make variable.
+       (Race detection): New section.
+       * configure: Regenerate.
+       * configure.ac: If build==host==target, and running under a
+       GNU/glibc system, add read1 to the extra Makefile rules.
+       (EXTRA_RULES): AC_SUBST it.
+       * lib/read1.c: New file.
+
+2014-08-20  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/data-loc.exp: Add additional tests exercising
+       the handling of variables declared as a typedef to an array
+       which a DW_AT_data_location attribute.
+
+2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
+           Pedro Alves  <palves@redhat.com>
+
+       PR symtab/14604
+       PR symtab/14605
+       * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
+       gdb_test.
+
+2014-08-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
+
+2014-08-19  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
+       right line.
+
+2014-08-18  David Blaikie  <dblaikie@gmail.com>
+
+       * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
+
+2014-08-18  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
+       attribute in array range.
+
+2014-08-18  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
+
+2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
+
+       PR c++/17132
+       * gdb.cp/pr17132.cc: New file.
+       * gdb.cp/pr17132.exp: New file.
+
+2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.python/py-xmethods.py (A_getarrayind)
+       (E_method_char_worker.__call__, E_method_int_worker.__call__):
+       Use 'print' with function call syntax.
+       (E_method_matcher.match): Fix tab vs space indentation mixup.
+
+2014-08-15  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
+       false.
+
+2014-08-15  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.cp/casts.exp: Set print symbol off.
+       * gdb.cp/class2.exp: Likewise.
+       * gdb.cp/overload.exp: Likewise.
+       * gdb.cp/templates.exp: Likewise.
+
+2014-08-11  Doug Evans  <dje@google.com>
+
+       * gdb.base/print-symbol-loading.exp (test_load_core): Update.
+       (test_load_shlib): Update.
+
+2014-08-09  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/display.exp: Invoke is_address_zero_readable.
+       * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
+       * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
+       * gdb.base/hbreak-unmapped.exp: Return if
+       is_address_zero_readable returns true.
+       * gdb.base/signest.exp: Likewise.
+       * gdb.base/signull.exp: Likewise.
+       * gdb.base/sigbpt.exp: Likewise.
+       * gdb.guile/scm-disasm.exp: Do the test if
+       is_address_zero_readable returns false.
+       * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
+       * gdb.python/py-arch.exp: Likewise.
+       * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
+       * lib/gdb.exp (is_address_zero_readable): New proc.
+
+2014-08-09  Yao Qi  <yao@codesourcery.com>
+
+       PR testsuite/13443
+       * gdb.mi/mi-var-display.exp: Make test messages unique.
+
+2014-08-04  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
+       target 0".
+
+2014-08-04  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
+       "target_resume".
+
+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>
 
-       * linux-nat.c (linux_child_follow_fork): Initialize status with
-       W_STOPCODE (0) instead of 0.  Remove shodowing 'status' local from
-       inner block.  Only pass the signal to PTRACE_DETACH if in pass
-       state.
+       * gdb.base/completion.exp: Don't use directory name in test.
 
 2014-06-09  Gary Benson  <gbenson@redhat.com>