gdb/python: exception trying to create empty array
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 4f2f208230a9f609786ca3551b210e76fa42d0e7..7db08099584d277751c4234c8e8e351511ffa5b8 100644 (file)
@@ -1,3 +1,645 @@
+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
+       with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
+       if the linker doesn't understand this.
+
+2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.python/python.exp: Change expected reply to help().
+
+2014-12-01  Yao Qi  <yao@codesourcery.com>
+
+       * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
+       AC_CONFIG_SUBDIRS(gdb.gdbtk).
+       * configure: Re-generated.
+
+2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.cp/chained-calls.cc: New file.
+       * gdb.cp/chained-calls.exp: New file.
+       * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
+
+2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.ada/py_range.exp: Add parentheses to python calls to print.
+       * gdb.dwarf2/symtab-producer.exp: Same.
+       * gdb.gdb/python-interrupts.exp: Same.
+       * gdb.gdb/python-selftest.exp: Same.
+       * gdb.python/py-linetable.exp: Same.
+       * gdb.python/py-type.exp: Same.
+       * gdb.python/py-value-cc.exp: Same.
+       * gdb.python/py-value.exp: Same.
+
+2014-11-28  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.base/break-probes.exp: Match library name prefixed with
+       sysroot.
+
+2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.python/py-linetable.exp: Escape properly sorted(fset)
+       test expected output.  Add parentheses for the call to print.
+       Remove L suffix from integers.
+
+2014-11-26  Doug Evans  <dje@google.com>
+
+       * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
+
+2014-11-22  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.trace/entry-values.c: Remove asms.
+       (foo): Add foo_label.
+       (bar): Add bar_label.
+       * gdb.trace/entry-values.exp: Remove code computing  foo's
+       length and bar's length.
+       (Dwarf::assemble): Invoke function_range for bar and use
+       MACRO_AT_func for foo.
+
+2014-11-22  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
+       and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
+       Use .Lgcc43_procstart instead of gcc43.
+
+2014-11-21  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/n_arr_bound: New testcase.
+
+2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR breakpoints/10737
+       * gdb.base/catch-syscall.exp (do_syscall_tests): Call
+       test_catch_syscall_multi_arch.
+       (test_catch_syscall_multi_arch): New function.
+
+2014-11-20  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.base/maint.exp: Update expected output.
+
+2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
+       4-byte instruction on S390.
+
+2014-11-19  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/arr_arr: New testcase.
+
+2014-11-19  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/pkd_arr_elem: New Testcase.
+
+2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.reverse/break-precsave: Expect completion message for
+       core file reads.
+       * gdb.reverse/consecutive-precsave.exp: Likewise.
+       * gdb.reverse/finish-precsave.exp: Likewise.
+       * gdb.reverse/i386-precsave.exp: Likewise.
+       * gdb.reverse/machinestate-precsave.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.
+
+2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/bp-permanent.c: Include unistd.h.
+       * gdb.python/py-framefilter-mi.c (main): Add return type.
+       * gdb.python/py-framefilter.c (main): Likewise.
+       * gdb.trace/actions-changed.c (main): Likewise.
+
+2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.mi/until.c: Add eye-catchers.
+       * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
+       line numbers.
+
+2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/condbreak.exp: Drop references to removed non-prototype
+       function header variants in break1.c.
+       * gdb.base/ena-dis-br.exp: Likewise.
+       * gdb.base/hbreak2.exp: Likewise.
+       * gdb.reverse/until-precsave.exp: Drop references to removed
+       non-prototype function header variants in ur1.c.
+       * gdb.reverse/until-reverse.exp: Likewise.
+
+2014-11-17  Petr Machata  <pmachata@redhat.com>
+
+       * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
+       ${_cu_offset_size} bytes abbrev offset.
+
+2014-11-15  Doug Evans  <xdje42@gmail.com>
+
+       PR symtab/17559
+       * gdb.base/line-symtabs.exp: New file.
+       * gdb.base/line-symtabs.c: New file.
+       * gdb.base/line-symtabs.h: New file.
+
+2014-11-14  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
+       (func): Add label func_label.
+       * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
+       Replace low_pc and high_pc with MACRO_AT_range.
+       Replace name, low_pc and high_pc with MACRO_AT_func.
+
+2014-11-14  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
+       Replace name, low_pc and high_pc with MACRO_AT_func.
+
+2014-11-14  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
+       produce debug information.
+       * gdb.dwarf2/implptr-optimized-out.S: Removed.
+
+2014-11-14  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
+       object and get function length.
+       (Dwarf::assemble): Replace name, low_pc and high_pc attributes
+       with MACRO_AT_func.
+       (top-level): Replace gdb_compile and clean_restart with
+       prepare_for_testing.
+       * gdb.dwarf2/main.c (main): Add label main_label.
+
+2014-11-14  Yao Qi  <yao@codesourcery.com>
+
+       * lib/dwarf.exp (function_range): New procedure.
+       (Dwarf::_handle_macro_at_func): New procedure.
+       (Dwarf::_handle_macro_at_range): New procedure.
+       (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
+
+2014-11-14  Yao Qi  <yao@codesourcery.com>
+
+       * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
+       (_handle_attribute): New procedure.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.ada/cond_lang/foo.c (callme): Add return type.
+       * gdb.base/call-sc.c (zed): Likewise.
+       * gdb.base/checkpoint.c (main): Likewise.
+       * gdb.base/dump.c (main): Likewise.
+       * gdb.base/gcore.c (main): Likewise.
+       * gdb.base/huge.c (main): Likewise.
+       * gdb.base/multi-forks.c (main): Likewise.
+       * gdb.base/pr10179-a.c (main): Likewise.
+       * gdb.base/savedregs.c (main): Likewise.
+       * gdb.base/sigaltstack.c (main): Likewise.
+       * gdb.base/siginfo.c (main): Likewise.
+       * gdb.base/structs.c (zed): Likewise.
+       * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
+       * gdb.mi/mi-syn-frame.c (main): Likewise.
+       * gdb.mi/until.c (foo, main): Likewise.
+       * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
+       * gdb.base/solib-weak.c (foo): Declare.
+       * gdb.base/attach-twice.c: Include stdio.h.
+       * gdb.base/weaklib1.c: Likewise.
+       * gdb.base/weaklib2.c: Likewise.
+       * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
+       * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
+       unistd.h.
+       * gdb.base/attach-pie-misread.c: Include stdlib.h.
+       * gdb.mi/mi-exit-code.c: Likewise.
+       * gdb.base/break-interp-lib.c: Include string.h.
+       * gdb.base/coremaker.c: Likewise.
+       * gdb.base/testenv.c: Likewise.
+       * gdb.python/py-finish-breakpoint.c: Likewise.
+       * gdb.base/inferior-died.c: Include sys/wait.h.
+       * gdb.base/fileio.c: Include time.h.
+       * gdb.base/async-shell.c: Include unistd.h.
+       * gdb.base/dprintf-non-stop.c: Likewise.
+       * gdb.base/info-os.c: Likewise.
+       * gdb.mi/mi-console.c: Likewise.
+       * gdb.mi/watch-nonstop.c: Likewise.
+       * gdb.python/py-events.c: Likewise.
+       * gdb.base/async.c (baz): Move up before its invocation.
+       * gdb.base/code_elim2.c (my_global_func): Likewise.
+       * gdb.base/skip-solib-lib.c (multiply): Likewise.
+       * gdb.base/advance.c (func2): Likewise.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
+       variant.
+       * gdb.base/annota3.c: Likewise.
+       * gdb.base/async.c: Likewise.
+       * gdb.base/average.c: Likewise.
+       * gdb.base/call-ar-st.c: Likewise.
+       * gdb.base/call-rt-st.c: Likewise.
+       * gdb.base/call-sc.c: Likewise.
+       * gdb.base/call-strs.c: Likewise.
+       * gdb.base/ending-run.c: Likewise.
+       * gdb.base/execd-prog.c: Likewise.
+       * gdb.base/exprs.c: Likewise.
+       * gdb.base/foll-exec.c: Likewise.
+       * gdb.base/foll-fork.c: Likewise.
+       * gdb.base/foll-vfork.c: Likewise.
+       * gdb.base/funcargs.c: Likewise.
+       * gdb.base/gcore.c: Likewise.
+       * gdb.base/jump.c: Likewise.
+       * gdb.base/langs0.c: Likewise.
+       * gdb.base/langs1.c: Likewise.
+       * gdb.base/langs2.c: Likewise.
+       * gdb.base/mips_pro.c: Likewise.
+       * gdb.base/nodebug.c: Likewise.
+       * gdb.base/opaque0.c: Likewise.
+       * gdb.base/opaque1.c: Likewise.
+       * gdb.base/recurse.c: Likewise.
+       * gdb.base/run.c: Likewise.
+       * gdb.base/scope0.c: Likewise.
+       * gdb.base/scope1.c: Likewise.
+       * gdb.base/setshow.c: Likewise.
+       * gdb.base/setvar.c: Likewise.
+       * gdb.base/shmain.c: Likewise.
+       * gdb.base/shr1.c: Likewise.
+       * gdb.base/shr2.c: Likewise.
+       * gdb.base/sigall.c: Likewise.
+       * gdb.base/signals.c: Likewise.
+       * gdb.base/so-indr-cl.c: Likewise.
+       * gdb.base/solib2.c: Likewise.
+       * gdb.base/structs.c: Likewise.
+       * gdb.base/sum.c: Likewise.
+       * gdb.base/vforked-prog.c: Likewise.
+       * gdb.base/watchpoint.c: Likewise.
+       * gdb.reverse/shr2.c: Likewise.
+       * gdb.reverse/until-reverse.c: Likewise.
+       * gdb.reverse/ur1.c: Likewise.
+       * gdb.reverse/watch-reverse.c: Likewise.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
+       variant.
+       * gdb.base/sepdebug.exp: Drop references to removed code.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
+       variant.  Preserve original line numbering.
+       * gdb.base/list1.c: Likewise.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
+       variant.
+       * gdb.base/break1.c: Likewise.
+       * gdb.base/break.exp: Drop references to removed code.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
+       variant.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
+       logic into perform_all_tests() and invoke it with and without
+       function header prototypes.
+       (do_function_calls): Remove conditional XFAIL for PR 5318.
+       (rerun_and_prepare): Remove duplicate code.
+       (perform_all_tests): New.  Main logic moved here.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
+       code guarded by #ifdef NO_PROTOTYPES.
+       (t_double_many_args): Likewise.
+       (DEF_FUNC_MANY_ARGS_1): Likewise.
+       (DEF_FUNC_VALUES_1): Likewise.
+       (t_structs_ldc): Renamed from t_structs_fc in conditional code
+       guarded by #ifdef PROTOTYPES.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.mi/mi-console.c: Add eye-catcher.
+       * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
+       instead of literal line number.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/shr2.c: Add eye-catcher.
+       * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
+       line number.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/jump.c: Add eye-catchers.
+       * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
+       numbers.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/execd-prog.c: Add eye-catchers.
+       * gdb.base/foll-exec.c: Likewise.
+       * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
+       line numbers.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/ending-run.c: Add eye-catchers.
+       * gdb.base/ending-run.exp: Refer to eye-catchers instead of
+       literal line numbers.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/call-rt-st.c: Add eye-catchers.
+       * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
+       literal line numbers.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/call-ar-st.c: Add eye-catchers.
+       * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
+       literal line numbers.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/average.c: Add eye-catchers.
+       * gdb.base/sum.c: Likewise.
+       * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
+       regexps dynamically.
+
+2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/solib1.c: Add eye-catchers.
+       * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
+       literal line numbers.
+
+2014-11-12  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
+       leader has exited.
+
+2014-11-12  Pedro Alves  <palves@redhat.com>
+
+       * gdb.arch/i386-bp_permanent.c: New file.
+       * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
+       (srcfile): Set to i386-bp_permanent.c.
+       (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
+       that stepi does not execute the 'leave' instruction, instead of
+       testing it does execute.
+       * gdb.base/bp-permanent.c: New file.
+       * gdb.base/bp-permanent.exp: New file.
+
+2014-11-10  Doug Evans  <xdje42@gmail.com>
+
+       PR symtab/17564
+       * gdb.base/symtab-search-order.exp: New file.
+       * gdb.base/symtab-search-order.c: New file.
+       * gdb.base/symtab-search-order-1.c: New file.
+       * gdb.base/symtab-search-order-shlib-1.c: New file.
+
+2014-11-07  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/17511
+       * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
+       i?86-*-linux*.
+
+2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
+
+       PR c++/17494
+       * gdb.cp/pr17494.cc: New file.
+       * gdb.cp/pr17494.exp: New file.
+
+2014-11-02  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.python/python.exp: Get working directory and match the
+       output of "set extended-prompt \\w " with it.
+
 2014-10-30  Doug Evans  <dje@google.com>
 
        * gdb.python/py-objfile.exp: Add tests for setting random attributes
@@ -3048,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.031808 seconds and 4 git commands to generate.