Fix gdb.base/solib-corrupted.exp after dtrace probes changes
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 68225825442fd0c64de3c5d4746022dcbed2d9da..1e1ee536745ee9971a2662e06a658a69e6885d0e 100644 (file)
@@ -1,3 +1,200 @@
+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.
+       * 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-06  Simon Marchi  <simon.marchi@ericsson.com>
+
+       PR gdb/15678
+       * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
+
+2015-02-06  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
+       macro.
+       (seconds_left, again): New globals.
+       (main): Wait seconds_left in a 1-second sleep loop instead of
+       sleeping 180 seconds.  If 'again' is set, reset the seconds
+       counter.
+       * gdb.threads/attach-many-short-lived-threads.exp (test): Set
+       'again' in the inferior before detaching.  Print the seconds left.
+       (options): New global.
+       (top level): Build program with -DTIMEOUT=$timeout.
+
+2015-02-06  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
+       determine how many seconds to pass to 'alarm'.
+       * gdb.base/gdb-sigterm.exp (top level): Build program with
+       -DTIMEOUT=$timeout.
+       (do_test): Return success/failure indication.  Add more verbose
+       logging.  Don't fail if 200 single steps are seen.  Instead, fail
+       when the test times out.
+       (passes): New global.
+       (top level): Break the testing loop if testing fails on any
+       iteration.  Use gdb_assert.
+
+2015-02-04  Don Breazeal  <donb@codesourcery.com>
+
+       * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
+       and initialize them.
+       (ipc_cleanup): New function.
+       (main): Don't declare shmid, semid, and msqid.  Add a call to
+       atexit so that we call ipc_cleanup on exit.
+
+2015-02-04  Pedro Alves  <palves@redhat.com>
+
+       * boards/native-extended-gdbserver.exp: Remove any target variant
+       specifications from the board name before clearing the isremote
+       flag from board_info.
+
+2015-01-31  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.base/maint.exp <maint print type argc>: Update expected output.
+
+2015-01-31  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/completion.exp: Disable completion limiting for
+       existing tests.  Add new tests to check completion limiting.
+       * gdb.linespec/ls-errs.exp: Disable completion limiting.
+
+2015-01-31  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
+
+2015-01-31  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.guile/scm-section-script.c: Add duplicate inlined section script
+       entries.  Duplicate file section script entries.
+       * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
+       inlined entries.  Add test for safe-path rejection.
+       * gdb.python/py-section-script.c: Add duplicate inlined section script
+       entries.  Duplicate file section script entries.
+       * gdb.python/py-section-script.exp: Add tests for duplicate entries,
+       inlined entries.  Add test for safe-path rejection.
+
+2015-01-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/disc_arr_bound: New testcase.
+
+2015-01-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/mi_var_array: New testcase.
+
+2015-01-27  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-objfile.exp: Add tests for objfile.username.
+       Add test for objfile.filename, objfile.username after objfile
+       has been unloaded.
+
+2015-01-26  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.python/py-lookup-type.exp (test_lookup_type): Change
+       the second test to print the name attribute of value
+       returned by the call to gdb.lookup_type, and adjust
+       the expected output accordingly.
+
 2015-01-25  Mark Wielaard  <mjw@redhat.com>
 
        * gdb.arch/i386-bp_permanent.c (standard): New declaration.
This page took 0.028872 seconds and 4 git commands to generate.