Add objfile-progspace to Guile interface
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index a211483b4509935d891efb089d37ebbec153efdb..76dcde5d5917088b804156e16a4f3bd486ee6499 100644 (file)
@@ -1,3 +1,260 @@
+2015-03-11  Andy Wingo  <wingo@igalia.com>
+
+       * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
+
+2015-03-11  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/catch-syscall.exp: Fix typo in comments.
+
+2015-03-11  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
+
+2015-03-09  Pedro Alves  <palves@redhat.com>
+
+       * dg-extract-results.py: Delete.
+
+2015-03-09  Pedro Alves  <palves@redhat.com>
+
+       Merge dg-extract-results.sh from GCC upstream (r218843).
+
+       2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
+               * dg-extract-results.sh: Use --text with grep to avoid issues with
+               binary files.  Fall back to cat -v, if that doesn't work.
+
+2015-03-05  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
+
+2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * lib/mi-support.exp (mi_expect_interrupt): Accept
+       alternative event for when in all-stop mode.
+
+2015-03-04  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
+
+2015-03-04  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
+
+2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
+       regexps for GDB's current line display, accept a hex address
+       preceding the line number.
+
+2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
+       the 'arch1' variable for "s390*-linux*" targets.
+
+2015-03-04  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
+       (main): Pass missing retval argument to pthread_join call.
+
+2015-03-02  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
+       (top level): Call do_test with non-stop as well.
+
+2015-03-02  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
+       -1.
+
+2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.arch/s390-vregs.exp: New test.
+       * gdb.arch/s390-vregs.S: New file.
+
+2015-02-27  Pedro Alves  <palves@redhat.com>
+
+       * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
+       call to catch_command_errors.
+       * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
+       catch_command_errors.
+
+2015-02-27  Pedro Alves  <palves@redhat.com>
+
+       * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
+       "true" for boolean result.
+       * gdb.gdb/selftest.exp (test_with_self): Also accept full
+       prototype of main.
+
+2015-02-27  Pedro Alves  <palves@redhat.com>
+
+       * lib/unbuffer_output.c: New file.
+       * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
+       (main): Call gdb_unbuffer_output.
+
+2015-02-27  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
+       target.
+
+2015-02-26  Doug Evans  <dje@google.com>
+
+       * gdb.cp/class2.cc (Dbase, D): New classes.
+       (main): New local delta.
+       * gdb.cp/class2.exp: Test printing delta.
+       * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
+       (dynbar): New global.
+       * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
+
+2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.compile/compile-ifunc.c: New file.
+       * gdb.compile/compile-ifunc.exp: New file.
+
+2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
+
+       * gdb.base/structs.exp: Check for correct struct on finish.
+
+2015-02-26  Yao Qi  <yao.qi@linaro.org>
+
+       * lib/dwarf.exp (function_range): Adjust pattern when $func_length
+       is zero.
+
+2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.arch/cordic.ko.bz2: New file.
+       * gdb.arch/cordic.ko.debug.bz2: New file.
+       * gdb.arch/ppc64-symtab-cordic.exp: New file.
+
+2015-02-25  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
+       aarch64*-*-* target.
+
+2015-02-23  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdb.exp (delete_breakpoints): Rewrite using
+       gdb_test_multiple.
+
+2015-02-23  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/info-os.c: Include stdlib.h.
+
+2015-02-22  Doug Evans  <xdje42@gmail.com>
+
+       PR symtab/17855
+       * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
+       is read after symbols have been re-read.
+       * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
+       * gdb.ada/exec_changed/second.adb (Second): Ditto.
+
+2015-02-21  Doug Evans  <dje@google.com>
+
+       * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
+
+2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR corefiles/17808
+       * gdb.arch/i386-biarch-core.core.bz2: New file.
+       * gdb.arch/i386-biarch-core.exp: New file.
+
+2015-02-21  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/multi-create-ns-info-thr.exp: Return early if
+       runto_main fails.
+
+2015-02-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
+       info probes.
+
+2015-02-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/multi-create-ns-info-thr.exp: New file.
+
+2015-02-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
+       clean_restart before gdb_target_supports_trace.
+
+2015-02-20  Pedro Alves  <palves@redhat.com>
+
+       PR threads/18006
+       * gdb.threads/clone-thread_db.c: New file.
+       * gdb.threads/clone-thread_db.exp: New file.
+
+2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
+
+       PR breakpoints/16812
+       * gdb.base/catch-gdb-caused-signals.c: New file.
+       * gdb.base/catch-gdb-caused-signals.exp: New file.
+
+2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * configure: Regenerated.
+       * configure.ac: Use GDB_AC_TRANSFORM.
+       * aclocal.m4: sinclude ../transform.m4.
+
+2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * lib/dtrace.exp: New file.
+       * gdb.base/dtrace-probe.exp: Likewise.
+       * gdb.base/dtrace-probe.d: Likewise.
+       * gdb.base/dtrace-probe.c: Likewise.
+       * lib/pdtrace.in: Likewise.
+       * configure.ac: Output variables with the transformed names of
+       the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
+       * configure: Regenerated.
+
+2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
+       expected message when trying to access $_probe_* convenience
+       variables while not on a probe.
+
+2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
+
+2015-02-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
+       * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
+
+2015-02-10  Doug Evans  <xdje42@gmail.com>
+
+       * lib/gdb.exp (gdb_load): Always return a result.
+
+2015-02-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/signal-sigtrap.c: New file.
+       * gdb.threads/signal-sigtrap.exp: New file.
+
+2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
+
+       * gdb.trace/no-attach-trace.c: New file.
+       * gdb.trace/no-attach-trace.exp: New file.
+
+2015-02-09  Mark Wielaard  <mjw@redhat.com>
+
+       * gdb.dwarf2/atomic.c: New file.
+       * gdb.dwarf2/atomic-type.exp: Likewise.
+
+2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.btrace/buffer-size.exp: Update "info record" output.
+       * gdb.btrace/delta.exp: Update "info record" output.
+       * gdb.btrace/enable.exp: Update "info record" output.
+       * gdb.btrace/finish.exp: Update "info record" output.
+       * gdb.btrace/instruction_history.exp: Update "info record" output.
+       * gdb.btrace/next.exp: Update "info record" output.
+       * gdb.btrace/nexti.exp: Update "info record" output.
+       * gdb.btrace/step.exp: Update "info record" output.
+       * gdb.btrace/stepi.exp: Update "info record" output.
+       * gdb.btrace/nohist.exp: Update "info record" output.
+
+2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.btrace/buffer-size: New.
+
 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
 
        * gdb.btrace/delta.exp: Update "info record" output.
This page took 0.027896 seconds and 4 git commands to generate.